Remove unnecessary white space between function name and parenthesis 06/235406/1
authorJi-hoon Lee <dalton.lee@samsung.com>
Thu, 4 Jun 2020 08:39:22 +0000 (17:39 +0900)
committerJi-hoon Lee <dalton.lee@samsung.com>
Thu, 4 Jun 2020 08:39:22 +0000 (17:39 +0900)
Change-Id: I5ccf150157572b8dbc1b3c2ea96c81002a69124a

src/service_main.cpp

index 83f5f69..f40a2a8 100644 (file)
@@ -1272,7 +1272,7 @@ static void _package_manager_event_cb(const char *type, const char *package, pac
                user = true;
                ret = pkgmgrinfo_pkginfo_get_usr_pkginfo(package, uid, &handle);
                if (ret != PMINFO_R_OK || NULL == handle) {
-                       MAS_LOGW("Failed to call pkgmgrinfo_pkginfo_get_pkginfo & get_usr_pkginfo(\"%s\",~) returned %d, uid : %d", package, ret, getuid ());
+                       MAS_LOGW("Failed to call pkgmgrinfo_pkginfo_get_pkginfo & get_usr_pkginfo(\"%s\",~) returned %d, uid : %d", package, ret, getuid());
                        pkginfo_found = false;
                }
        }