1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-23 10:50:16 +03:00

fix whitespace

This commit is contained in:
Kay Sievers 2009-09-07 12:15:29 +02:00
parent f55083ce34
commit 335e316a71

View File

@ -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;