diff options
Diffstat (limited to 'src/tclap/StdOutput.h')
-rw-r--r-- | src/tclap/StdOutput.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/tclap/StdOutput.h b/src/tclap/StdOutput.h index 98272f3..24b90ed 100644 --- a/src/tclap/StdOutput.h +++ b/src/tclap/StdOutput.h @@ -1,5 +1,3 @@ -// -*- Mode: c++; c-basic-offset: 4; tab-width: 4; -*- - /****************************************************************************** * * file: StdOutput.h @@ -303,6 +301,6 @@ namespace TCLAP os << s << std::endl; } } -} //namespace TCLAP +} #endif |