summaryrefslogtreecommitdiff
path: root/components/wifi.c
diff options
context:
space:
mode:
Diffstat (limited to 'components/wifi.c')
-rw-r--r--components/wifi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/wifi.c b/components/wifi.c
index e5dd4b5..8863252 100644
--- 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;
}