summaryrefslogtreecommitdiff
path: root/Modules/TestForSSTREAM.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/TestForSSTREAM.cxx')
-rw-r--r--Modules/TestForSSTREAM.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/TestForSSTREAM.cxx b/Modules/TestForSSTREAM.cxx
index 83a75e4781..59f13a3664 100644
--- a/Modules/TestForSSTREAM.cxx
+++ b/Modules/TestForSSTREAM.cxx
@@ -1,5 +1,5 @@
#include <sstream>
-int main(int, char* [])
+int main(int, char*[])
{
std::ostringstream os;
os << "12345";