Fix whitespace
This commit is contained in:
parent
96ddf4e1de
commit
e213b48122
|
@ -11,7 +11,7 @@
|
||||||
{
|
{
|
||||||
uintmax_t temp;
|
uintmax_t temp;
|
||||||
|
|
||||||
if(pscanf(file, "%ju", &temp) != 1) {
|
if (pscanf(file, "%ju", &temp) != 1) {
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
}
|
}
|
||||||
p = fgets(status, 5, fp);
|
p = fgets(status, 5, fp);
|
||||||
fclose(fp);
|
fclose(fp);
|
||||||
if(!p || strcmp(status, "up\n") != 0) {
|
if (!p || strcmp(status, "up\n") != 0) {
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue