From 49f0bb3062533c04530beda4e20c1f7a534c597b Mon Sep 17 00:00:00 2001 From: Somin Kim Date: Fri, 25 Aug 2017 14:10:10 +0900 Subject: [PATCH] Fix coding rule violation Change-Id: I27864e2cfe75e3835c0c490a1f11295ad2fe5caa Signed-off-by: Somin Kim --- src/history/context_history.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/history/context_history.cpp b/src/history/context_history.cpp index 01a1e6c..64a1037 100644 --- a/src/history/context_history.cpp +++ b/src/history/context_history.cpp @@ -43,7 +43,7 @@ return CONTEXT_HISTORY_ERROR_NOT_SUPPORTED; \ } \ } \ - } while(0) + } while (0) // handles typedef struct _context_history_handle_s { -- 2.7.4