From 4dbcac163337364d34e3e2a05e07d4cb001238f7 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Sat, 6 Nov 2021 18:45:44 +0100 Subject: prosodyctl: Fix weird indentation --- prosodyctl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prosodyctl b/prosodyctl index 3fef8801..b2fd3c63 100755 --- a/prosodyctl +++ b/prosodyctl @@ -19,8 +19,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