fix extraneous space in equality check
authorJonathan Boulle <jonathan.boulle@coreos.com>
Wed, 27 May 2015 19:02:24 +0000 (12:02 -0700)
committerTom Gundersen <teg@jklm.no>
Wed, 27 May 2015 21:36:29 +0000 (23:36 +0200)
src/core/main.c

index c39815b..212ab90 100644 (file)
@@ -1496,7 +1496,7 @@ int main(int argc, char *argv[]) {
                 setsid();
 
         /* Move out of the way, so that we won't block unmounts */
-        assert_se(chdir("/")  == 0);
+        assert_se(chdir("/") == 0);
 
         /* Reset the console, but only if this is really init and we
          * are freshly booted */