remove trailing spaces

This commit is contained in:
Qingping Hou
2013-03-13 10:43:15 +08:00
parent 4d72574dfb
commit c5ff50abdf
3 changed files with 10 additions and 10 deletions

View File

@@ -47,7 +47,7 @@ end
ReaderConfig = InputContainer:new{
dimen = Geom:new{
x = 0,
x = 0,
y = 7*Screen:getHeight()/8,
w = Screen:getWidth(),
h = Screen:getHeight()/8,
@@ -82,7 +82,7 @@ function ReaderConfig:onShowConfigMenu()
ui = self.ui,
configurable = self.configurable,
config_options = self.options,
close_callback = function()
close_callback = function()
self.ui:handleEvent(Event:new("RestoreHinting"))
end,
}