Skip to content

Commit

Permalink
COMMON: Fix style in namespace and include guard closers
Browse files Browse the repository at this point in the history
  • Loading branch information
DrMcCoy committed Apr 30, 2017
1 parent 594ab5b commit 2599b61
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/common/cli.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,6 @@ bool Parser::process(const std::vector<Common::UString> &argv) {
return false;
}

}
} // End of namespace CLI

}
} // End of namespace Common
8 changes: 4 additions & 4 deletions src/common/cli.h
Original file line number Diff line number Diff line change
Expand Up @@ -377,10 +377,10 @@ inline std::vector<Assigner *> makeAssigners(Assigner *assigner1, Assigner *assi
return ret;
}

} // end of anonymous namespace
} // End of anonymous namespace

} // end of namespace Args
} // End of namespace CLI

} // end of namespace common
} // End of namespace Common

#endif
#endif // COMMON_CLI_H

0 comments on commit 2599b61

Please sign in to comment.