summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/sunkbd/hlekbd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/sunkbd/hlekbd.h')
-rw-r--r--src/devices/bus/sunkbd/hlekbd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/sunkbd/hlekbd.h b/src/devices/bus/sunkbd/hlekbd.h
index 4f442daad4a..6a3814973a2 100644
--- a/src/devices/bus/sunkbd/hlekbd.h
+++ b/src/devices/bus/sunkbd/hlekbd.h
@@ -11,7 +11,7 @@
#include "diserial.h"
-namespace bus { namespace sunkbd {
+namespace bus::sunkbd {
class hle_device_base
: public device_t
@@ -199,7 +199,7 @@ protected:
virtual ioport_constructor device_input_ports() const override;
};
-} } // namespace bus::sunkbd
+} // namespace bus::sunkbd
DECLARE_DEVICE_TYPE_NS(SUN_TYPE3_HLE_KEYBOARD, bus::sunkbd, hle_type3_device)