Fix whitespace

This commit is contained in:
Aaron Marcher
2018-07-08 17:44:53 +02:00
parent 96ddf4e1de
commit e213b48122
3 changed files with 3 additions and 3 deletions

View File

@ -32,7 +32,7 @@
}
p = fgets(status, 5, fp);
fclose(fp);
if(!p || strcmp(status, "up\n") != 0) {
if (!p || strcmp(status, "up\n") != 0) {
return NULL;
}