Unverified Commit 0b8deb65 by Rachid Koucha Committed by Christian Brauner

Error prone semicolon

Suppressed error prone semicolon in SYSTRACE() macro. Signed-off-by: 's avatarRachid Koucha <rachid.koucha@gmail.com>
parent 5d27c86a
...@@ -418,7 +418,7 @@ ATTR_UNUSED static inline void LXC_##LEVEL(struct lxc_log_locinfo* locinfo, \ ...@@ -418,7 +418,7 @@ ATTR_UNUSED static inline void LXC_##LEVEL(struct lxc_log_locinfo* locinfo, \
#if HAVE_M_FORMAT #if HAVE_M_FORMAT
#define SYSTRACE(format, ...) \ #define SYSTRACE(format, ...) \
TRACE("%m - " format, ##__VA_ARGS__); TRACE("%m - " format, ##__VA_ARGS__)
#else #else
#define SYSTRACE(format, ...) \ #define SYSTRACE(format, ...) \
do { \ do { \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment