Changeset

2552:8dda55217e83

configmanager: Trailing whitespace
author Matthew Wild <mwild1@gmail.com>
date Sun, 31 Jan 2010 17:14:52 +0000
parents 2551:5f15f21014c4
children 2553:c3afa1e02e8f
files core/configmanager.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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