Fix coding rule 06/234606/1
authorJunghyun Yeon <jungh.yeon@samsung.com>
Wed, 27 May 2020 10:02:28 +0000 (19:02 +0900)
committerJunghyun Yeon <jungh.yeon@samsung.com>
Wed, 27 May 2020 10:02:28 +0000 (19:02 +0900)
Change-Id: I9937e5b40582756a27fe48ef6078b8411a111595
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
src/tpk/step/filesystem/step_create_tpk_symbolic_link.cc
src/unit_tests/smoke_test.cc

index 7318f3a87a0879a66597cfbeba056d312d89366e..5bcffed61e44e00210b8763979b16e0ba1ded97e 100644 (file)
@@ -25,7 +25,6 @@ using common_installer::InstallerContext;
 typedef common_installer::Step::Status Status;
 
 bool CreateSymLink(application_x* app, InstallerContext* context) {
-
   bf::path bindir = context->GetPkgPath() /
       bf::path("bin");
   LOG(DEBUG) << "Creating dir: " << bindir;
index 2923e7f735249f7b162bfcb2fa591d5fb93cc50e..8d1c0b036db2fd84b76c4bc3b71d227d79964c4f 100644 (file)
@@ -782,7 +782,8 @@ TEST_F(RollbackSmokeTest, UpdateMode_RollbackSharedDataUpdate) {
 
 TEST_F(RollbackSmokeTest, UpdateMode_RollbackNonSharedDataUpdate) {
   bf::path path_old = kSmokePackagesDirectory / "UpdateMode_NonSharedData.tpk";
-  bf::path path_new = kSmokePackagesDirectory / "UpdateMode_NonSharedData_2.tpk";
+  bf::path path_new =
+      kSmokePackagesDirectory / "UpdateMode_NonSharedData_2.tpk";
   std::string pkgid = "smoketpk.non-shareddata";
   std::string appid = "smoketpk.non-shareddata";
   std::string exec = "shareddata";