Skip to content

Commit 4538217

Browse files
author
Jonathan Carter
committed
Clear trailing whitespaces
1 parent 99e1a61 commit 4538217

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/zfs-auto-snapshot.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ do_snapshots () # properties, flags, snapname, oldglob, [targets...]
191191
else
192192
WARNING_COUNT=$(( $WARNING_COUNT + 1 ))
193193
continue
194-
fi
194+
fi
195195
fi
196196

197197
# Retain at most $opt_keep number of old snapshots of this filesystem,
@@ -208,7 +208,7 @@ do_snapshots () # properties, flags, snapname, oldglob, [targets...]
208208
KEEP=$(( $KEEP - 1 ))
209209
if [ "$KEEP" -le '0' ]
210210
then
211-
if do_run "zfs destroy -d $FLAGS '$jj'"
211+
if do_run "zfs destroy -d $FLAGS '$jj'"
212212
then
213213
DESTRUCTION_COUNT=$(( $DESTRUCTION_COUNT + 1 ))
214214
else
@@ -325,7 +325,7 @@ do
325325
shift 1
326326
;;
327327
(--sep)
328-
case "$2" in
328+
case "$2" in
329329
([[:alnum:]_.:\ -])
330330
:
331331
;;
@@ -373,7 +373,7 @@ if [ "$#" -eq '0' ]
373373
then
374374
print_log error "The filesystem argument list is empty."
375375
exit 133
376-
fi
376+
fi
377377

378378
# Count the number of times '//' appears on the command line.
379379
SLASHIES='0'

0 commit comments

Comments
 (0)