]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - tests/ts/misc/flock
cleanup: Remove some spurious spaces
[thirdparty/util-linux.git] / tests / ts / misc / flock
index 30be0405e713a3565d4f357a8c368d9d8ed9f956..6b8edfafac2a0347e061760df4d1aeb2f9f0120b 100755 (executable)
@@ -89,7 +89,7 @@ ts_finalize_subtest
 # expected is 3 seconds (see "sleep 3" for the general lock), but we should not
 # rely on exact number due to scheduler, machine load, etc. Let's check for
 # inmterval <3,5>.
-# 
+#
 ts_init_subtest "time-check"
 TIMEDIFF=$(( $END - $START ))
 if [ $TIMEDIFF -lt 3 ]; then
@@ -102,5 +102,5 @@ fi
 ts_finalize_subtest "diff ${TIMEDIFF} sec"
 
 
-echo "Unlocked" >> $GEN_OUTPUT 
+echo "Unlocked" >> $GEN_OUTPUT
 ts_finalize