浏览代码

helper: remove whitespace between while and left parenthesis

Marco Wang 4 年前
父节点
当前提交
56492a98f3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/helpers.h

+ 1
- 1
src/helpers.h 查看文件

@@ -35,7 +35,7 @@ light_loglevel_t light_loglevel;
35 35
     do {\
36 36
         log("could not open '%s' for " act, filename);\
37 37
         log("Verify it exists with the right permissions");\
38
-    } while (0)
38
+    } while(0)
39 39
 
40 40
 #define LIGHT_PERMERR(x)         LIGHT_PERMLOG(x, LIGHT_ERR)
41 41
 #define LIGHT_PERMWARN(x)        LIGHT_PERMLOG(x, LIGHT_WARN)