From: Junghyun Yeon Date: Mon, 18 Feb 2019 07:11:48 +0000 (+0900) Subject: Remove empty line for coding style X-Git-Tag: submit/tizen/20190315.084013~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b428b09672218579301555035fa480ec7557d862;p=platform%2Fcore%2Fappfw%2Ftpk-backend.git Remove empty line for coding style Change-Id: Ieb8e2ebcd362d55bdf6024d2c567199139f514da Signed-off-by: Junghyun Yeon --- diff --git a/src/tpk/step/configuration/step_adjust_install_location.cc b/src/tpk/step/configuration/step_adjust_install_location.cc index a67cf2d..fd4bee9 100644 --- a/src/tpk/step/configuration/step_adjust_install_location.cc +++ b/src/tpk/step/configuration/step_adjust_install_location.cc @@ -31,7 +31,6 @@ ci::Step::Status StepAdjustInstallLocation::process() { LOG(ERROR) << "Out of memory"; return Status::ERROR; } - } return Status::OK; }