fix coding rule error 09/149709/1
authorYoungjae Shin <yj99.shin@samsung.com>
Wed, 13 Sep 2017 02:30:40 +0000 (11:30 +0900)
committerYoungjae Shin <yj99.shin@samsung.com>
Wed, 13 Sep 2017 02:30:40 +0000 (11:30 +0900)
Change-Id: I000185da11fe923565fd0c74d5cd5dac0957c551

include/SLP_SYSPOPUP_PG.h
include/simple_util.h
include/syspopup.h

index fc038851c6f24b9e177cd75132531296ed3818c2..6a795c2c2550fe9093b81cbc63b452b712b0f42a 100755 (executable)
@@ -25,7 +25,7 @@
 
  *
  * @ingroup   SLP_PG
- * @defgroup   SYSPOPUP Library for System Popup 
+ * @defgroup   SYSPOPUP Library for System Popup
 
 @par SYSPOPUP Programming Guide
 
index c2562e8d1fc6be444574d111f78b3f37b3408be9..25a85b817d69294bacd54c951c3bd037343bbc2d 100755 (executable)
@@ -33,9 +33,9 @@
 
 #define MAX_LOCAL_BUFSZ 128
 
-#define _E(fmt, arg...) LOGE(fmt,##arg)
-#define _D(fmt, arg...) LOGD(fmt,##arg)
-#define _I(fmt, arg...) LOGI(fmt,##arg)
+#define _E(fmt, arg...) LOGE(fmt, ##arg)
+#define _D(fmt, arg...) LOGD(fmt, ##arg)
+#define _I(fmt, arg...) LOGI(fmt, ##arg)
 
 #define SYSPOPUP_DBUS_PATH "/syspopup/dbus_handler"
 #define SYSPOPUP_DBUS_SIGNAL_INTERFACE "org.tizen.syspopup.signal"
index bda1e7294397be31867cf691217f6a560261d176..e043303acb1d7c168a44db1c99222431ef2d477f 100755 (executable)
@@ -92,7 +92,7 @@ int syspopup_create(bundle *b, syspopup_handler *handler,
 /**
  * @brief       This API reset created the elm system popup's properties
  *
- *             This API reset created the elm system popup's properties based on system popup information DB after extracting popup name from given bundle
+ *             This API reset created the elm system popup's properties based on system popup information DB after extracting popup name from given bundle
  *             system popup properties to be reset : timeout, default action type, ....
  *
  * @param[in]   b              bundle received by app_reset handler (included system popup name)