Tizen coding rule 31/101331/1
authorYounho Park <younho.park@samsung.com>
Thu, 1 Dec 2016 01:31:31 +0000 (10:31 +0900)
committerYounho Park <younho.park@samsung.com>
Thu, 1 Dec 2016 01:31:31 +0000 (10:31 +0900)
Change-Id: I347961a8b3df0075e669e258cee8e43cd893848f
Signed-off-by: Younho Park <younho.park@samsung.com>
api/client/include/service_adaptor_client_log.h

index 808a30c03fb253c13e48fc7bed58485835808319..000a1113eb97d20099459a23ea1ae0b7274ce9e1 100644 (file)
@@ -186,7 +186,7 @@ extern "C"
 #define DEPRECATED_LOG(api) do { \
        LOGW("DEPRECATION WARNING: %s() is deprecated and will be removed " \
                "from next release.", api); \
-       } while(0)
+       } while (0)
 
 #ifdef __cplusplus
 }