Merge pull request #1347 from Elv13/revert_messing_indentation
Revert some of the indentation changes
This commit is contained in:
commit
7f9d62c49b
|
@ -45,6 +45,7 @@ function object.add_signal()
|
|||
end
|
||||
|
||||
--- Connect to a signal.
|
||||
--@DOC_text_gears_object_signal_EXAMPLE@
|
||||
-- @tparam string name The name of the signal
|
||||
-- @tparam function func The callback to call when the signal is emitted
|
||||
function object:connect_signal(name, func)
|
||||
|
|
|
@ -18,5 +18,4 @@ parent:add( --DOC_HIDE
|
|||
widget = wibox.widget.checkbox
|
||||
}
|
||||
) --DOC_HIDE
|
||||
|
||||
--DOC_HIDE vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80
|
||||
|
|
|
@ -25,5 +25,4 @@ for _, s in ipairs {"rectangle", "circle", "losange", "octogon"} do
|
|||
end
|
||||
|
||||
parent:add(l) --DOC_HIDE
|
||||
|
||||
--DOC_HIDE vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80
|
||||
|
|
|
@ -11,7 +11,6 @@ parent:add( --DOC_HIDE
|
|||
forced_height = 20, --DOC_HIDE
|
||||
check_shape = function(cr, width, height)
|
||||
local rs = math.min(width, height)
|
||||
|
||||
cr:move_to( 0 , 0 )
|
||||
cr:line_to( rs , 0 )
|
||||
cr:move_to( 0 , 0 )
|
||||
|
@ -31,5 +30,4 @@ parent:add( --DOC_HIDE
|
|||
widget = wibox.widget.checkbox
|
||||
}
|
||||
) --DOC_HIDE
|
||||
|
||||
--DOC_HIDE vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80
|
||||
|
|
|
@ -25,5 +25,4 @@ for _, s in ipairs {"rectangle", "circle", "losange", "octogon"} do
|
|||
end
|
||||
|
||||
parent:add(l) --DOC_HIDE
|
||||
|
||||
--DOC_HIDE vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80
|
||||
|
|
|
@ -29,5 +29,4 @@ parent:add( --DOC_HIDE
|
|||
} --DOC_HIDE
|
||||
|
||||
) --DOC_HIDE
|
||||
|
||||
--DOC_HIDE vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80
|
||||
|
|
|
@ -20,5 +20,4 @@ parent:add( w ) --DOC_HIDE
|
|||
for _, v in ipairs(data) do --DOC_HIDE
|
||||
w:add_value(v) --DOC_HIDE
|
||||
end --DOC_HIDE
|
||||
|
||||
--DOC_HIDE vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80
|
||||
|
|
|
@ -11,5 +11,4 @@ parent:add( --DOC_HIDE
|
|||
}
|
||||
|
||||
) --DOC_HIDE
|
||||
|
||||
--DOC_HIDE vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80
|
||||
|
|
|
@ -22,5 +22,4 @@ parent:add( --DOC_HIDE
|
|||
}
|
||||
|
||||
) --DOC_HIDE
|
||||
|
||||
--DOC_HIDE vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80
|
||||
|
|
|
@ -17,5 +17,4 @@ parent:add( --DOC_HIDE
|
|||
}
|
||||
|
||||
) --DOC_HIDE
|
||||
|
||||
--DOC_HIDE vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80
|
||||
|
|
|
@ -20,5 +20,4 @@ parent:add( --DOC_HIDE
|
|||
}
|
||||
|
||||
) --DOC_HIDE
|
||||
|
||||
--DOC_HIDE vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80
|
||||
|
|
|
@ -11,5 +11,4 @@ parent:add( --DOC_HIDE
|
|||
}
|
||||
|
||||
) --DOC_HIDE
|
||||
|
||||
--DOC_HIDE vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80
|
||||
|
|
|
@ -23,5 +23,4 @@ parent:add( --DOC_HIDE
|
|||
}
|
||||
|
||||
) --DOC_HIDE
|
||||
|
||||
--DOC_HIDE vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80
|
||||
|
|
|
@ -16,5 +16,4 @@ parent:add( --DOC_HIDE
|
|||
}
|
||||
|
||||
) --DOC_HIDE
|
||||
|
||||
--DOC_HIDE vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80
|
||||
|
|
Loading…
Reference in New Issue