debian: Remove extra space in switch init script.
[sliver-openvswitch.git] / debian / openvswitch-switch.init
index 935ea48..7361bf6 100755 (executable)
@@ -327,7 +327,7 @@ case "$1" in
             if running $daemon;  then
                 echo "running"
             else
-                echo " not running."
+                echo "not running."
                 exit 1
             fi
         done