Fix coding rule violation 20/146120/1
authorSomin Kim <somin926.kim@samsung.com>
Fri, 25 Aug 2017 05:10:10 +0000 (14:10 +0900)
committerSomin Kim <somin926.kim@samsung.com>
Fri, 25 Aug 2017 05:10:10 +0000 (14:10 +0900)
Change-Id: I27864e2cfe75e3835c0c490a1f11295ad2fe5caa
Signed-off-by: Somin Kim <somin926.kim@samsung.com>
src/history/context_history.cpp

index 01a1e6cfeeba50edd7b9ddca81783003686af825..64a103737890bb401f7f9d69800d8b963f34e2a5 100644 (file)
@@ -43,7 +43,7 @@
                                return CONTEXT_HISTORY_ERROR_NOT_SUPPORTED; \
                        } \
                } \
-       } while(0)
+       } while (0)
 
 // handles
 typedef struct _context_history_handle_s {