summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/rs232/hlemouse.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/rs232/hlemouse.h')
-rw-r--r--src/devices/bus/rs232/hlemouse.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/rs232/hlemouse.h b/src/devices/bus/rs232/hlemouse.h
index f6fb537e51c..d2fae5bd4d1 100644
--- a/src/devices/bus/rs232/hlemouse.h
+++ b/src/devices/bus/rs232/hlemouse.h
@@ -16,7 +16,7 @@
#include <type_traits>
-namespace bus { namespace rs232 {
+namespace bus::rs232 {
//**************************************************
// Microsoft mouse base
@@ -220,7 +220,7 @@ protected:
virtual void device_start() override;
};
-} } // namespace bus::rs232
+} // namespace bus::rs232
//**************************************************