Fix coding rule 73/160473/1
authorSeungha Son <seungha.son@samsung.com>
Fri, 27 Oct 2017 02:28:07 +0000 (11:28 +0900)
committerJunghyun Yeon <jungh.yeon@samsung.com>
Thu, 16 Nov 2017 07:52:07 +0000 (16:52 +0900)
Signed-off-by: Seungha Son <seungha.son@samsung.com>
Change-Id: Ib92564d998cd7ffc08e7f8c2d538775ea6441c4e

src/common/step/configuration/step_configure.cc

index d517747..7449c15 100644 (file)
@@ -222,7 +222,7 @@ bool StepConfigure::SetupRootAppDirectory() {
     context_->root_application_path.set(root_app_path);
   }
   if (!boost::filesystem::exists(context_->root_application_path.get())) {
-    boost::system:: error_code error;
+    boost::system::error_code error;
     boost::filesystem::create_directories(
         context_->root_application_path.get());
     if (error) {