]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
basic: fix whitespace
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Mon, 18 Jul 2016 20:14:23 +0000 (22:14 +0200)
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Mon, 18 Jul 2016 20:14:23 +0000 (22:14 +0200)
src/basic/process-util.c

index 3afb5e0a409565355350451fe56f28f28968df27..e38b67405e45f96f537cc7fc160d32c114c77818 100644 (file)
@@ -196,7 +196,7 @@ int get_process_cmdline(pid_t pid, size_t max_length, bool comm_fallback, char *
 
                                 *(k++) = (char) c;
                                 left--;
-                        }  else if (k > r)
+                        } else if (k > r)
                                 space = true;
                 }