mirror of
https://github.com/systemd/systemd.git
synced 2025-08-25 13:49:55 +03:00
basic: fix whitespace
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user