diff options
author | Michele Calgaro <[email protected]> | 2022-08-05 23:27:30 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-08-05 23:27:30 +0900 |
commit | 509cd0aa505df0a93702608575b72f07a97c0139 (patch) | |
tree | cda134364734ce39751fd780a97c1f8b04ddd598 /src/tclap/XorHandler.h | |
parent | 430373ae38565e0d7f62b8fca0cbad73de73ec7f (diff) | |
download | universal-indent-gui-tqt-509cd0aa505df0a93702608575b72f07a97c0139.tar.gz universal-indent-gui-tqt-509cd0aa505df0a93702608575b72f07a97c0139.zip |
Formatted and fixed TCLAP headers
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/tclap/XorHandler.h')
-rw-r--r-- | src/tclap/XorHandler.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/tclap/XorHandler.h b/src/tclap/XorHandler.h index ae3cd5c..7ac6fe3 100644 --- a/src/tclap/XorHandler.h +++ b/src/tclap/XorHandler.h @@ -87,9 +87,6 @@ namespace TCLAP std::vector<std::vector<Arg*>>& getXorList(); }; - ////////////////////////////////////////////////////////////////////// - //BEGIN XOR.cpp - ////////////////////////////////////////////////////////////////////// inline void XorHandler::add(std::vector<Arg*> &ors) { _orList.push_back(ors); @@ -159,10 +156,6 @@ namespace TCLAP { return _orList; } - - ////////////////////////////////////////////////////////////////////// - //END XOR.cpp - ////////////////////////////////////////////////////////////////////// -} //namespace TCLAP +} #endif |