From abc508f21cdc0de4814d6c88b846582e764f37fa Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Sun, 24 Sep 2017 05:46:24 +0200 Subject: prosody: Tiny whitespace fix --- prosody | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prosody b/prosody index a9ef6117..da204214 100755 --- a/prosody +++ b/prosody @@ -20,8 +20,8 @@ CFG_DATADIR=CFG_DATADIR or os.getenv("PROSODY_DATADIR"); 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 -- cgit v1.2.3