Params: Print the IP components in the right order.
[gem5.git] / src / base / stl_helpers.hh
index 9add7b8b679bee40c3fcf2f4d2134c1c6233e8d7..a34ca7bb656291fb39cdc1e82343cf1cc3bfb0e9 100644 (file)
@@ -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__