diff options
Diffstat (limited to 'src/dev/sinic.hh')
-rw-r--r-- | src/dev/sinic.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dev/sinic.hh b/src/dev/sinic.hh index d2124d8ce..0da7ccae4 100644 --- a/src/dev/sinic.hh +++ b/src/dev/sinic.hh @@ -349,6 +349,6 @@ class Interface : public EtherInt virtual void sendDone() { dev->transferDone(); } }; -/* namespace Sinic */ } +} // namespace Sinic #endif // __DEV_SINIC_HH__ |