Update code by tizen coding convention.
[archive/platform/core/multimedia/libmm-scmirroring-common.git] / include / mm_wfd_common_private.h
index 14f0247..ac4127e 100755 (executable)
@@ -45,40 +45,40 @@ extern "C" {
 #define FONT_COLOR_GRAY     "\033[37m"
 
 #define wfd_debug(fmt, arg...) do { \
-                       LOGD(FONT_COLOR_RESET""fmt"", ##arg);     \
-               } while (0)
+               LOGD(FONT_COLOR_RESET""fmt"", ##arg);     \
+       } while (0)
 
 #define wfd_info(fmt, arg...) do { \
-                       LOGI(FONT_COLOR_GREEN""fmt""FONT_COLOR_RESET, ##arg);     \
-               } while (0)
+               LOGI(FONT_COLOR_GREEN""fmt""FONT_COLOR_RESET, ##arg);     \
+       } while (0)
 
 #define wfd_error(fmt, arg...) do { \
-                       LOGE(FONT_COLOR_RED""fmt""FONT_COLOR_RESET, ##arg);     \
-               } while (0)
+               LOGE(FONT_COLOR_RED""fmt""FONT_COLOR_RESET, ##arg);     \
+       } while (0)
 
 #define wfd_warning(fmt, arg...) do { \
-                       LOGW(FONT_COLOR_YELLOW""fmt""FONT_COLOR_RESET, ##arg);     \
-               } while (0)
+               LOGW(FONT_COLOR_YELLOW""fmt""FONT_COLOR_RESET, ##arg);     \
+       } while (0)
 
 #define wfd_debug_fenter() do { \
-                       LOGD(FONT_COLOR_RESET"<Enter>");     \
-               } while (0)
+               LOGD(FONT_COLOR_RESET"<Enter>");     \
+       } while (0)
 
 #define wfd_debug_fleave() do { \
-                       LOGD(FONT_COLOR_RESET"<Leave>");     \
-               } while (0)
+               LOGD(FONT_COLOR_RESET"<Leave>");     \
+       } while (0)
 
 #define wfd_error_fenter() do { \
-                       LOGE(FONT_COLOR_RESET"NO-ERROR : <Enter>");     \
-               } while (0)
+               LOGE(FONT_COLOR_RESET"NO-ERROR : <Enter>");     \
+       } while (0)
 
 #define wfd_error_fleave() do { \
-                       LOGE(FONT_COLOR_RESET"NO-ERROR : <Leave>");     \
-               } while (0)
+               LOGE(FONT_COLOR_RESET"NO-ERROR : <Leave>");     \
+       } while (0)
 
 #define wfd_sucure_info(fmt, arg...) do { \
-                       SECURE_LOGI(FONT_COLOR_GREEN""fmt""FONT_COLOR_RESET, ##arg);     \
-               } while (0)
+               SECURE_LOGI(FONT_COLOR_GREEN""fmt""FONT_COLOR_RESET, ##arg);     \
+       } while (0)
 
 #ifdef __cplusplus
 }