]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
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 c39815b106750aba60a17beaeefed38521d7efc5..212ab901b18f49ec7492dec081c0f8a51b2c75c0 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 */