summaryrefslogtreecommitdiff
path: root/gpsd.hotplug
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2015-04-30 14:03:58 -0700
committerGary E. Miller <gem@rellim.com>2015-04-30 14:03:58 -0700
commit63e79d693d069070f4c2ffa7204b6703fada21a9 (patch)
treec57d0367ab590b21189ee2cf30b1cd698e11b43a /gpsd.hotplug
parent16981f2575934c602672c2e18e8d5e4a8a4cfd74 (diff)
downloadgpsd-63e79d693d069070f4c2ffa7204b6703fada21a9.tar.gz
A glut of whitespace fixes.
Diffstat (limited to 'gpsd.hotplug')
-rw-r--r--gpsd.hotplug4
1 files changed, 2 insertions, 2 deletions
diff --git a/gpsd.hotplug b/gpsd.hotplug
index 5f4ce133..69fa00de 100644
--- a/gpsd.hotplug
+++ b/gpsd.hotplug
@@ -65,13 +65,13 @@ fi
# the node, and the node is not created until after you kill the
# gpsd script, because the gpsd script waits forever for the node
# to appear.
-#
+#
# This is a race condition, and is best fixed by running the
# actual wait/hotplug portion in the background.
{
#logger -t gpsd.hotplug -p daemon.info "waiting for" $DEVNAME
- while [ -x $DEVNAME ]
+ while [ -x $DEVNAME ]
do
sleep 1
done