basic: fix whitespace

This commit is contained in:
Thomas Hindoe Paaboel Andersen
2016-07-18 22:14:23 +02:00
parent 82edec5451
commit 65a6195e76

View 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;
}