core/configmanager.lua

changeset 2552
8dda55217e83
parent 2427
343a9eb7540e
child 2637
82cfc1ec4a7c
--- a/core/configmanager.lua	Sun Jan 31 17:08:57 2010 +0000
+++ b/core/configmanager.lua	Sun Jan 31 17:14:52 2010 +0000
@@ -67,7 +67,7 @@
 
 	if parsers[format] and parsers[format].load then
 		local f, err = io.open(filename);
-		if f then 
+		if f then
 			local ok, err = parsers[format].load(f:read("*a"), filename);
 			f:close();
 			if ok then

mercurial