Revert "[Tizen] Add whitespace between the string literal and the macro" 47/120947/1
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Mon, 27 Mar 2017 01:47:18 +0000 (10:47 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Mon, 27 Mar 2017 01:47:25 +0000 (10:47 +0900)
This reverts commit fdc3c8f5c4603c276589cae53ab6003ccdb19ba6.

Change-Id: I8791da382b885c03b3df75990288fa5519c6be7c

plugins/dali-feedback.cpp

index 99fb1be..248aa36 100644 (file)
@@ -29,7 +29,7 @@
 
 #include <dlog.h>
 
-#define DEBUG_PRINTF(fmt, arg...)  LOGD(" " fmt, ##arg)
+#define DEBUG_PRINTF(fmt, arg...)  LOGD(" "fmt, ##arg)
 
 using std::string;
 using namespace Dali;