Mercurial > prosody-hg
diff core/configmanager.lua @ 2552:8dda55217e83
configmanager: Trailing whitespace
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Sun, 31 Jan 2010 17:14:52 +0000 |
| parents | 343a9eb7540e |
| children | 82cfc1ec4a7c |
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
