From: Somin Kim Date: Fri, 25 Aug 2017 05:10:10 +0000 (+0900) Subject: Fix coding rule violation X-Git-Tag: submit/tizen/20170926.083539^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F20%2F146120%2F1;p=platform%2Fcore%2Fapi%2Fcontext.git Fix coding rule violation Change-Id: I27864e2cfe75e3835c0c490a1f11295ad2fe5caa Signed-off-by: Somin Kim --- 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 {