Fix coding style 62/110762/3
authorjongmyeongko <jongmyeong.ko@samsung.com>
Wed, 18 Jan 2017 02:03:57 +0000 (11:03 +0900)
committerjongmyeongko <jongmyeong.ko@samsung.com>
Wed, 18 Jan 2017 02:34:15 +0000 (11:34 +0900)
Change-Id: I4f22fac2dc64feb9c768bab80e37abd0d37ee9fc
Signed-off-by: jongmyeongko <jongmyeong.ko@samsung.com>
src/common/step/filesystem/step_create_per_user_storage_directories.cc

index 5a4dced..fb7af58 100644 (file)
@@ -38,7 +38,7 @@ Step::Status StepCreatePerUserStorageDirectories::process() {
   }
   if (!common_installer::CreateSkelDirectories(package_id,
       str_ver, trusted, shareddata, context_->is_readonly_package.get(),
-          additional_shared_dirs_)) {
+      additional_shared_dirs_)) {
     LOG(ERROR) << "Failed to create skel dirs";
     return Status::APP_DIR_ERROR;
   }