From 1379584090699382db067a41e3aed80473f4e83b Mon Sep 17 00:00:00 2001 From: rupa Date: Sun, 18 Jun 2017 19:43:40 -0400 Subject: [PATCH] whitespace --- z.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/z.sh b/z.sh index 1f62efd..f0172f0 100644 --- a/z.sh +++ b/z.sh @@ -35,11 +35,11 @@ _z() { [ -z "$_Z_OWNER" -a -f "$datafile" -a ! -O "$datafile" ] && return _z_dirs () { - while read line; do - # only count directories - [ -d "${line%%\|*}" ] && echo $line - done < "$datafile" - return 0 + while read line; do + # only count directories + [ -d "${line%%\|*}" ] && echo $line + done < "$datafile" + return 0 } # add entries