[Tizen] Add whitespace between the string literal and the macro 98/120098/2
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Tue, 21 Mar 2017 10:26:00 +0000 (19:26 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Tue, 21 Mar 2017 10:33:51 +0000 (03:33 -0700)
commitfdc3c8f5c4603c276589cae53ab6003ccdb19ba6
tree1e976df15b76e063f77cc12f6cd33ba49a3b1a10
parent3bde342b8bbc49d1d7057522ed633b3eaadf23db
[Tizen] Add whitespace between the string literal and the macro

- The C++11 "user-defined literals" feature allows custom suffixes to be added to literals.
  This means that code relying on string concatenation of string literals
  and macros might fail to compile.
- To fix the code to compile in C++11 add whitespace
  between the string literal and the macro.

Change-Id: I09ae5b698fbb59f55120e4b26f5d1f97eeb82130
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
plugins/dali-feedback.cpp