mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
cleanup: expand tab to 4 spaces
This commit is contained in:
@@ -4,12 +4,12 @@ local Widget = require("ui/widget/widget")
|
||||
Dummy Widget that reserves vertical and horizontal space
|
||||
]]
|
||||
local RectSpan = Widget:new{
|
||||
width = 0,
|
||||
hright = 0,
|
||||
width = 0,
|
||||
hright = 0,
|
||||
}
|
||||
|
||||
function RectSpan:getSize()
|
||||
return {w = self.width, h = self.height}
|
||||
return {w = self.width, h = self.height}
|
||||
end
|
||||
|
||||
return RectSpan
|
||||
|
||||
Reference in New Issue
Block a user