Xinqi Bao's Git
projects
/
slstatus.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
Fix whitespace
[slstatus.git]
/
components
/
wifi.c
diff --git
a/components/wifi.c
b/components/wifi.c
index
e5dd4b5
..
8863252
100644
(file)
--- a/
components/wifi.c
+++ b/
components/wifi.c
@@
-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;
}