summaryrefslogtreecommitdiff
path: root/src/base/stl_helpers.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/stl_helpers.hh')
-rw-r--r--src/base/stl_helpers.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/base/stl_helpers.hh b/src/base/stl_helpers.hh
index 9add7b8b6..a34ca7bb6 100644
--- a/src/base/stl_helpers.hh
+++ b/src/base/stl_helpers.hh
@@ -92,7 +92,7 @@ operator<<(std::ostream& out, const C<T,A> &vec)
return out;
}
-/* namespace stl_helpers */ }
-/* namespace m5 */ }
+} // namespace stl_helpers
+} // namespace m5
#endif // __BASE_STL_HELPERS_HH__