From: Jason Andryuk Date: Thu, 12 Mar 2020 14:54:16 +0000 (-0400) Subject: scripts: Replace tabs in locking.sh X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=8ff7a8811ac6f9c1287ca8e66bb595f0ccd78471;p=people%2Fdwmw2%2Fxen.git scripts: Replace tabs in locking.sh Replace two stray tabs with spaces to make the file whitespace consistent. Signed-off-by: Jason Andryuk Acked-by: Wei Liu --- diff --git a/tools/hotplug/Linux/locking.sh b/tools/hotplug/Linux/locking.sh index c6a7e96ff9..baaaf73508 100644 --- a/tools/hotplug/Linux/locking.sh +++ b/tools/hotplug/Linux/locking.sh @@ -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 }