summaryrefslogtreecommitdiff
path: root/src/base/trace.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/trace.hh')
-rw-r--r--src/base/trace.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/trace.hh b/src/base/trace.hh
index 6f8c196b0..f793abff9 100644
--- a/src/base/trace.hh
+++ b/src/base/trace.hh
@@ -60,7 +60,7 @@ void dprintf(Tick when, const std::string &name, const char *format,
CPRINTF_DECLARATION);
void dump(Tick when, const std::string &name, const void *data, int len);
-/* namespace Trace */ }
+} // namespace Trace
// This silly little class allows us to wrap a string in a functor
// object so that we can give a name() that DPRINTF will like