summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/hexbus/hexbus.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/hexbus/hexbus.h')
-rw-r--r--src/devices/bus/hexbus/hexbus.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/hexbus/hexbus.h b/src/devices/bus/hexbus/hexbus.h
index 7f39400974b..1d225c55749 100644
--- a/src/devices/bus/hexbus/hexbus.h
+++ b/src/devices/bus/hexbus/hexbus.h
@@ -15,7 +15,7 @@
#pragma once
-namespace bus { namespace hexbus {
+namespace bus::hexbus {
enum
{
@@ -171,7 +171,7 @@ private:
hexbus_chained_device* m_chain_element;
};
-} } // end namespace bus::hexbus
+} // end namespace bus::hexbus
DECLARE_DEVICE_TYPE_NS(HEXBUS, bus::hexbus, hexbus_device)