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 3afb5e0..e38b674 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;
                 }