prosody: Tiny whitespace fix
authorKim Alvefur <zash@zash.se>
Sun, 24 Sep 2017 05:46:24 +0200
changeset 8267 23aee8ccfe9b
parent 8266 9b52b1f19b51
child 8268 17ebd8ac8545
prosody: Tiny whitespace fix
prosody
--- a/prosody	Sun Sep 24 01:04:56 2017 +0200
+++ b/prosody	Sun Sep 24 05:46:24 2017 +0200
@@ -20,8 +20,8 @@
 
 local function is_relative(path)
 	local path_sep = package.config:sub(1,1);
-        return ((path_sep == "/" and path:sub(1,1) ~= "/")
-	or (path_sep == "\\" and (path:sub(1,1) ~= "/" and path:sub(2,3) ~= ":\\")))
+	return ((path_sep == "/" and path:sub(1,1) ~= "/")
+		or (path_sep == "\\" and (path:sub(1,1) ~= "/" and path:sub(2,3) ~= ":\\")))
 end
 
 -- Tell Lua where to find our libraries