cleanup: expand tab to 4 spaces

This commit is contained in:
chrox
2014-03-13 21:52:43 +08:00
parent bd0ba69d08
commit 92219a1f1e
107 changed files with 11743 additions and 11743 deletions

View File

@@ -4,11 +4,11 @@ local Widget = require("ui/widget/widget")
Dummy Widget that reserves vertical space
--]]
local VerticalSpan = Widget:new{
width = 0,
width = 0,
}
function VerticalSpan:getSize()
return {w = 0, h = self.width}
return {w = 0, h = self.width}
end
return VerticalSpan