apply 4.0 tool chain build error 64/114464/1 accepted/tizen/common/20170214.173457 accepted/tizen/mobile/20170215.085123 accepted/tizen/unified/20170309.031732 accepted/tizen/wearable/20170215.085232 submit/tizen/20170213.110718 submit/tizen_unified/20170308.100404
authorjkjo92 <jkjo92@samsung.com>
Mon, 13 Feb 2017 10:55:12 +0000 (19:55 +0900)
committerjkjo92 <jkjo92@samsung.com>
Mon, 13 Feb 2017 10:55:12 +0000 (19:55 +0900)
Change-Id: I726c4ca9e30b71d9cd03ad2000e849c484abe52a
Signed-off-by: jkjo92 <jkjo92@samsung.com>
common/AsmHelper.h [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 5850666..2b61584
 #define LOG_TAG "org.tizen.fido.asm"
 
 #ifndef _ERR
-#define _ERR(fmt, args...) LOGE("[%s:%d] "fmt"\n", __func__, __LINE__, ##args)
+#define _ERR(fmt, args...) LOGE("[%s:%d] " fmt"\n", __func__, __LINE__, ##args)
 #endif
 
 #ifndef _DBG
-#define _DBG(fmt, args...) LOGD("[%s:%d] "fmt"\n", __func__, __LINE__, ##args)
+#define _DBG(fmt, args...) LOGD("[%s:%d] " fmt"\n", __func__, __LINE__, ##args)
 #endif
 
 #ifndef _INFO
-#define _INFO(fmt, args...) LOGI("[%s:%d] "fmt"\n", __func__, __LINE__, ##args)
+#define _INFO(fmt, args...) LOGI("[%s:%d] " fmt"\n", __func__, __LINE__, ##args)
 #endif
 
 #ifndef _BEGIN