Remove empty line for coding style 20/200020/1
authorJunghyun Yeon <jungh.yeon@samsung.com>
Mon, 18 Feb 2019 07:11:48 +0000 (16:11 +0900)
committerJunghyun Yeon <jungh.yeon@samsung.com>
Mon, 18 Feb 2019 07:11:48 +0000 (16:11 +0900)
Change-Id: Ieb8e2ebcd362d55bdf6024d2c567199139f514da
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
src/tpk/step/configuration/step_adjust_install_location.cc

index a67cf2dd31f46dfb5e6374d033dd41947d7fff55..fd4bee95f8f4fd5d0c649c002ddb3abd8d9eabe2 100644 (file)
@@ -31,7 +31,6 @@ ci::Step::Status StepAdjustInstallLocation::process() {
       LOG(ERROR) << "Out of memory";
       return Status::ERROR;
     }
-
   }
   return Status::OK;
 }