]> xenbits.xensource.com Git - people/dwmw2/xen.git/commitdiff
scripts: Replace tabs in locking.sh
authorJason Andryuk <jandryuk@gmail.com>
Thu, 12 Mar 2020 14:54:16 +0000 (10:54 -0400)
committerWei Liu <wl@xen.org>
Fri, 13 Mar 2020 10:18:21 +0000 (10:18 +0000)
Replace two stray tabs with spaces to make the file whitespace
consistent.

Signed-off-by: Jason Andryuk <jandryuk@gmail.com>
Acked-by: Wei Liu <wl@xen.org>
tools/hotplug/Linux/locking.sh

index c6a7e96ff91d140f099281cabbe9e3d1cabbf8c9..baaaf73508bb82d7ec511c377392a05e656bc836 100644 (file)
@@ -58,8 +58,8 @@ claim_lock()
             print "y\n" if $fd_inum eq $file_inum;
                              ' "$_lockfile" )
         if [ x$rightfile = xy ]; then break; fi
-       # Some versions of bash appear to be buggy if the same
-       # $_lockfile is opened repeatedly. Close the current fd here.
+        # Some versions of bash appear to be buggy if the same
+        # $_lockfile is opened repeatedly. Close the current fd here.
         eval "exec $_lockfd<&-"
     done
 }