Create temporary file to check wifi firmware state #3
[platform/core/connectivity/net-config.git] / include / log.h
index 0b4fb6a..e48fb5e 100755 (executable)
@@ -40,7 +40,7 @@ void          log_cleanup(void);
                        netconfig_log("%s(%d) "format"\n", __FUNCTION__, __LINE__,  ## arg); \
                } \
                SLOG(level, NETCONFIG_TAG, format, ## arg); \
-       } while(0)
+       } while (0)
 
 #define DBG(format, arg...)    __LOG(LOG_DEBUG, format, ## arg)
 #define INFO(format, arg...)   __LOG(LOG_INFO, format, ## arg)