projects
/
platform
/
core
/
api
/
context.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3024db1
)
Fix coding rule violation
20/146120/1
author
Somin Kim
<somin926.kim@samsung.com>
Fri, 25 Aug 2017 05:10:10 +0000
(14:10 +0900)
committer
Somin 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
patch
|
blob
|
history
diff --git
a/src/history/context_history.cpp
b/src/history/context_history.cpp
index 01a1e6cfeeba50edd7b9ddca81783003686af825..64a103737890bb401f7f9d69800d8b963f34e2a5 100644
(file)
--- 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 {