summaryrefslogtreecommitdiffstats
path: root/src/tclap/MultiSwitchArg.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-08-05 23:27:30 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-08-05 23:27:30 +0900
commit509cd0aa505df0a93702608575b72f07a97c0139 (patch)
treecda134364734ce39751fd780a97c1f8b04ddd598 /src/tclap/MultiSwitchArg.h
parent430373ae38565e0d7f62b8fca0cbad73de73ec7f (diff)
downloaduniversal-indent-gui-tqt-509cd0aa505df0a93702608575b72f07a97c0139.tar.gz
universal-indent-gui-tqt-509cd0aa505df0a93702608575b72f07a97c0139.zip
Formatted and fixed TCLAP headers
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/tclap/MultiSwitchArg.h')
-rw-r--r--src/tclap/MultiSwitchArg.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/tclap/MultiSwitchArg.h b/src/tclap/MultiSwitchArg.h
index 33cd144..5736cc5 100644
--- a/src/tclap/MultiSwitchArg.h
+++ b/src/tclap/MultiSwitchArg.h
@@ -113,9 +113,6 @@ namespace TCLAP
void reset();
};
- //////////////////////////////////////////////////////////////////////
- //BEGIN MultiSwitchArg.cpp
- //////////////////////////////////////////////////////////////////////
inline MultiSwitchArg::MultiSwitchArg(const std::string &flag, const std::string &name,
const std::string &desc, int init, Visitor *v) :
SwitchArg(flag, name, desc, false, v), _value(init), _default(init)
@@ -192,10 +189,6 @@ namespace TCLAP
{
MultiSwitchArg::_value = MultiSwitchArg::_default;
}
-
- //////////////////////////////////////////////////////////////////////
- //END MultiSwitchArg.cpp
- //////////////////////////////////////////////////////////////////////
-} //namespace TCLAP
+}
#endif