Another unwanted spaces at the end of a line.
[prosody.git] / util / serialization.lua
index 4da811aeba72245bf145d773c9fa80969e89cbdd..c2bbbb8d9a332cfe6c05ae89b0d03b6f600c74c1 100644 (file)
@@ -1,4 +1,4 @@
--- Prosody IM v0.4
+-- Prosody IM
 -- Copyright (C) 2008-2009 Matthew Wild
 -- Copyright (C) 2008-2009 Waqas Hussain
 -- 
@@ -53,7 +53,7 @@ local function _simplesave(o, ind, t, func)
                func(t, (o and "true" or "false"));
        else
                log("error", "cannot serialize a %s: %s", type(o), debug_traceback())
-               func(t, "nil,\n");
+               func(t, "nil");
        end
 end