summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/hp_hil/hlekbd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/hp_hil/hlekbd.h')
-rw-r--r--src/devices/bus/hp_hil/hlekbd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/hp_hil/hlekbd.h b/src/devices/bus/hp_hil/hlekbd.h
index c9bb59faaad..e1b5c08fd5a 100644
--- a/src/devices/bus/hp_hil/hlekbd.h
+++ b/src/devices/bus/hp_hil/hlekbd.h
@@ -10,7 +10,7 @@
#include "machine/keyboard.h"
-namespace bus { namespace hp_hil {
+namespace bus::hp_hil {
class hle_hp_ipc_device
: public hle_device_base
@@ -64,7 +64,7 @@ private:
void transmit_byte(uint8_t byte);
};
-} } // namespace bus::hp_hil
+} // namespace bus::hp_hil
DECLARE_DEVICE_TYPE_NS(HP_IPC_HLE_KEYBOARD, bus::hp_hil, hle_hp_ipc_device);