Trivial whitespace fix in the missing dependency message
authorMatthew Wild <mwild1@gmail.com>
Tue, 25 Nov 2008 02:33:13 +0000 (02:33 +0000)
committerMatthew Wild <mwild1@gmail.com>
Tue, 25 Nov 2008 02:33:13 +0000 (02:33 +0000)
util/dependencies.lua

index d2b4a2f317c2c98be0b20410749c2da541b6d2f4..c597f98a75b599fde56c7f8f72711ac9b7c39d6c 100644 (file)
@@ -11,6 +11,7 @@ local function missingdep(name, sources, msg)
        for k,v in pairs(sources) do
                print("", k, v);
        end
+       print("");
        print(msg or (name.." is required for Prosody to run, so we will now exit."));
        print("More help can be found on our website, at http://.../doc/depends");
        print("**************************");