Skip to content

Commit 42af161

Browse files
committed
fixed indent
1 parent 43b4bbe commit 42af161

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rmate

+3-3
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,9 @@ function dirpath {
129129
function canonicalize {
130130
filepath="$1"
131131

132-
if [[ "${filepath:0:1}" = "-" ]]; then
133-
filepath="./$filepath"
134-
fi
132+
if [[ "${filepath:0:1}" = "-" ]]; then
133+
filepath="./$filepath"
134+
fi
135135

136136
dir=`dirpath "$filepath"`
137137
if [ -L "$filepath" ]; then

0 commit comments

Comments
 (0)