From 636a06640ec8194553fe10d6f024053cfebf638a Mon Sep 17 00:00:00 2001 From: Seoyeon Kim Date: Mon, 27 Mar 2017 10:47:18 +0900 Subject: [PATCH] Revert "[Tizen] Add whitespace between the string literal and the macro" This reverts commit fdc3c8f5c4603c276589cae53ab6003ccdb19ba6. Change-Id: I8791da382b885c03b3df75990288fa5519c6be7c --- plugins/dali-feedback.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/dali-feedback.cpp b/plugins/dali-feedback.cpp index 99fb1be..248aa36 100644 --- a/plugins/dali-feedback.cpp +++ b/plugins/dali-feedback.cpp @@ -29,7 +29,7 @@ #include -#define DEBUG_PRINTF(fmt, arg...) LOGD(" " fmt, ##arg) +#define DEBUG_PRINTF(fmt, arg...) LOGD(" "fmt, ##arg) using std::string; using namespace Dali; -- 2.7.4