diff options
author | Aaron Marcher <me@drkhsh.at> | 2018-07-08 17:44:53 +0200 |
---|---|---|
committer | Aaron Marcher <me@drkhsh.at> | 2018-07-08 17:44:53 +0200 |
commit | 55abc2c9e841d8772fc887edab04c40b807527e4 (patch) | |
tree | d1b203732fbfe298c78765978bcb3aec6ee1ee60 /components/wifi.c | |
parent | 7234e675833f26442d4a3a2afaa9dccb682e3b0a (diff) |
Fix whitespace
Diffstat (limited to 'components/wifi.c')
-rw-r--r-- | components/wifi.c | 2 |
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; } |