diff options
author | Kim Alvefur <zash@zash.se> | 2017-09-24 05:46:24 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2017-09-24 05:46:24 +0200 |
commit | b1c9ee295bce644ad1af4aa495bf3c093329b705 (patch) | |
tree | 8dfa9237f1068fd6392f0992a44ea5b8dd2ab9c8 | |
parent | 0b9e68b80f266b36a743f930dab5665c41abc6a1 (diff) | |
download | prosody-b1c9ee295bce644ad1af4aa495bf3c093329b705.tar.gz prosody-b1c9ee295bce644ad1af4aa495bf3c093329b705.zip |
prosody: Tiny whitespace fix
-rwxr-xr-x | prosody | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |