Coding rule check
[platform/core/uifw/inputdelegator.git] / inc / Debug.h
index 9519719..393f5a3 100755 (executable)
@@ -52,7 +52,7 @@
 
 #define PRINTFUNC_NO_PRINT(fmt, arg...) LOGE(fmt, ##arg)
 
-#define PRINTFUNC(level,fmt, arg...) PRINTFUNC_##level (fmt, ##arg)
+#define PRINTFUNC(level, fmt, arg...) PRINTFUNC_##level (fmt, ##arg)
 
 /*****************************************************************************************************/