浏览代码

helper: remove whitespace between while and left parenthesis

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

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

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