From f26cd254c8ae8af94c79de2cfa02d3622bbe53aa Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Tue, 25 Nov 2008 02:33:13 +0000 Subject: Trivial whitespace fix in the missing dependency message --- util/dependencies.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'util') diff --git a/util/dependencies.lua b/util/dependencies.lua index d2b4a2f3..c597f98a 100644 --- a/util/dependencies.lua +++ b/util/dependencies.lua @@ -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("**************************"); -- cgit v1.2.3