#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"
/**
* @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)