mirror of
https://github.com/systemd/systemd.git
synced 2025-03-23 10:50:16 +03:00
fix whitespace
This commit is contained in:
parent
f55083ce34
commit
335e316a71
@ -1581,7 +1581,7 @@ static int parse_file(struct udev_rules *rules, const char *filename, unsigned s
|
||||
|
||||
first_token = rules->token_cur;
|
||||
|
||||
while(fgets(line, sizeof(line), f) != NULL) {
|
||||
while (fgets(line, sizeof(line), f) != NULL) {
|
||||
char *key;
|
||||
size_t len;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user