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

@@ -130,7 +130,7 @@ function CreDocument:engineInit()
if not engine_initilized then
-- initialize cache
cre.initCache(1024*1024*64)
-- we need to initialize the CRE font list
local fonts = Font:getFontList()
for _k, _v in ipairs(fonts) do