projects
/
platform
/
core
/
messaging
/
msg-service.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a64581
)
apply coding rule
15/75015/1
accepted/tizen/common/20160617.121350
accepted/tizen/ivi/20160617.083406
accepted/tizen/mobile/20160617.083244
accepted/tizen/wearable/20160617.083229
submit/tizen/20160616.115303
author
Sangkoo Kim
<sangkoo.kim@samsung.com>
Thu, 16 Jun 2016 09:39:16 +0000
(18:39 +0900)
committer
Sangkoo Kim
<sangkoo.kim@samsung.com>
Thu, 16 Jun 2016 09:39:16 +0000
(18:39 +0900)
Change-Id: Ia14c1946646245f262cf6957040700d1c6d5634f
vobject-engine/include/vobject.h
patch
|
blob
|
history
diff --git
a/vobject-engine/include/vobject.h
b/vobject-engine/include/vobject.h
index
e2abe40
..
1f867ac
100755
(executable)
--- a/
vobject-engine/include/vobject.h
+++ b/
vobject-engine/include/vobject.h
@@
-45,8
+45,8
@@
extern "C" {
#define SysRequireEx(expr, retValue) \
if (!(expr)) { \
fprintf(stderr, "INVALID_PARAM (%d lines in %s)\n", __LINE__, __FILE__); \
- return retValue;
}
\
-
else {;
}
+ return retValue; \
+ }
#else
#define USER_TAG "MSG_SERVICE"
#define VDATA_TRACE(fmt, arg...) \