fix stylecheck 94/51294/2
authorTomasz Iwanek <t.iwanek@samsung.com>
Fri, 6 Nov 2015 09:09:11 +0000 (10:09 +0100)
committerPawel Sikorski <p.sikorski@samsung.com>
Fri, 6 Nov 2015 09:20:26 +0000 (01:20 -0800)
skipping one error as it will be reverted.

Change-Id: I5ff580ba9082a6ba06ff3dc704a66f51245855a6

src/common/step/step_configure.h
src/tpk/step/step_parse.cc
src/wgt/rds_parser.h
src/wgt/step/step_parse.h
src/wgt/step/step_parse_recovery.h
src/wgt/step/step_rds_modify.h

index 6d93219..4787ad2 100644 (file)
@@ -22,7 +22,6 @@ namespace configuration {
  */
 class StepConfigure : public Step {
  public:
-
   /**
    * \brief Constuctor
    *
@@ -58,6 +57,7 @@ class StepConfigure : public Step {
    * \return Status::OK if normal user, Status::ERROR if root
    */
   Status precheck() override;
+
  private:
   bool SetupRootAppDirectory();
   void SetupRequestMode();
index cec786c..1317f8d 100644 (file)
@@ -40,7 +40,8 @@ namespace app_keys = tpk::application_keys;
 namespace bf = boost::filesystem;
 
 const char kManifestFileName[] = "tizen-manifest.xml";
-} // namepsace
+
+}  // namepsace
 
 common_installer::Step::Status StepParse::precheck() {
   if (context_->unpacked_dir_path.get().empty()) {
index 9597768..7c412d1 100644 (file)
@@ -49,6 +49,7 @@ class RDSParser {
    * \return files to delete
    */
   const std::vector<std::string>& files_to_delete() const;
+
  private:
   std::string path_to_delta_;
   std::vector<std::string> files_to_modify_;
index b217be2..7b01ff3 100644 (file)
@@ -26,7 +26,6 @@ namespace parse {
  */
 class StepParse : public common_installer::Step {
  public:
-
   /**
    * \brief Explicit constructor
    *
index 5e37074..e3e3c86 100644 (file)
@@ -24,7 +24,6 @@ namespace parse {
  */
 class StepParseRecovery : public StepParse {
  public:
-
   /**
    * \brief Explicit constructor
    *
index 7e7f54c..ed3fa58 100644 (file)
@@ -21,7 +21,6 @@ namespace rds {
  */
 class StepRDSModify : public common_installer::Step {
  public:
-
   /**
    * \brief Explicit constructor
    *