From e213b48122f1f8e8d837053324d9c891a67a38d2 Mon Sep 17 00:00:00 2001 From: Aaron Marcher Date: Sun, 8 Jul 2018 17:44:53 +0200 Subject: Fix whitespace --- components/wifi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/wifi.c') 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; } -- cgit v1.2.3