Xinqi Bao's Git

Fix whitespace
[slstatus.git] / components / wifi.c
index e5dd4b5..8863252 100644 (file)
@@ -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;
                }