Fix - Coding rule 52/80052/1 accepted/tizen/common/20160715.175636 accepted/tizen/ivi/20160717.034947 accepted/tizen/mobile/20160717.034939 accepted/tizen/tv/20160717.034825 accepted/tizen/wearable/20160717.034842 submit/tizen/20160715.103558
authorstom.hwang <stom.hwang@samsung.com>
Thu, 14 Jul 2016 08:08:44 +0000 (17:08 +0900)
committerstom.hwang <stom.hwang@samsung.com>
Thu, 14 Jul 2016 08:08:44 +0000 (17:08 +0900)
Change-Id: I846c6228dbe1f2331840a2a5fb8f77cf6a0f6f21
Signed-off-by: stom.hwang <stom.hwang@samsung.com>
src/vc_elm.c

index 4c07845..ccd174a 100644 (file)
@@ -144,7 +144,7 @@ static int __vc_elm_check_privilege()
                VC_ELM_LOG_ERR("[ERROR] Permission is denied");
                return VC_ELM_ERROR_PERMISSION_DENIED;
        } else if (-1 == g_privilege_allowed) {
-               if (false == __check_privilege_initialize()){
+               if (false == __check_privilege_initialize()) {
                        VC_ELM_LOG_ERR("[ERROR] privilege initialize is failed");
                        return VC_ELM_ERROR_PERMISSION_DENIED;
                }