From: Arun Prakash Jana Date: Sat, 15 May 2021 01:27:20 +0000 (+0530) Subject: Chnage tabs to spaces X-Git-Tag: v4.1~54 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=24080569b84ad1868bf90ce1767981155213798c;p=nnn.git Chnage tabs to spaces --- diff --git a/plugins/.nnn-plugin-helper b/plugins/.nnn-plugin-helper index 4738c699..a0377ac1 100644 --- a/plugins/.nnn-plugin-helper +++ b/plugins/.nnn-plugin-helper @@ -33,6 +33,6 @@ nnn_cd () { } cmd_exists () { - type "$1" > /dev/null 2>&1 - echo $? + type "$1" > /dev/null 2>&1 + echo $? }