diff options
Diffstat (limited to 'src/sim/stat_control.hh')
-rw-r--r-- | src/sim/stat_control.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sim/stat_control.hh b/src/sim/stat_control.hh index 1efa2554e..78031b666 100644 --- a/src/sim/stat_control.hh +++ b/src/sim/stat_control.hh @@ -36,6 +36,6 @@ namespace Stats { void initSimStats(); void StatEvent(bool dump, bool reset, Tick when = curTick, Tick repeat = 0); -/* namespace Stats */ } +} // namespace Stats #endif // __SIM_STAT_CONTROL_HH__ |