Fix coding rule 14/214114/1
authorJunghyun Yeon <jungh.yeon@samsung.com>
Wed, 18 Sep 2019 07:15:44 +0000 (16:15 +0900)
committerJunghyun Yeon <jungh.yeon@samsung.com>
Wed, 18 Sep 2019 07:15:44 +0000 (16:15 +0900)
Change-Id: I2cdd0155cf93dc2aa7ee04d6ab9840fa14904e9c
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
src/common/step/pkgmgr/step_check_force_clean.cc

index 95cc203..c688753 100644 (file)
@@ -36,7 +36,7 @@ Step::Status StepCheckForceClean::process() {
       pkg_query.IsPackageInstalled()) {
     context_->force_clean_from_db.set(true);
     manifest_x* manifest = PkgmgrGenerateManifestInfoFromDB(
-        context_->pkgid.get(),context_->uid.get());
+        context_->pkgid.get(), context_->uid.get());
     if (!manifest) {
       LOG(ERROR) << "Failed to get manifest_x from DB";
       return Status::ERROR;