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
authorSangkoo Kim <sangkoo.kim@samsung.com>
Thu, 16 Jun 2016 09:39:16 +0000 (18:39 +0900)
committerSangkoo Kim <sangkoo.kim@samsung.com>
Thu, 16 Jun 2016 09:39:16 +0000 (18:39 +0900)
Change-Id: Ia14c1946646245f262cf6957040700d1c6d5634f

vobject-engine/include/vobject.h

index e2abe40..1f867ac 100755 (executable)
@@ -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...) \