summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti8x/teeconn.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ti8x/teeconn.h')
-rw-r--r--src/devices/bus/ti8x/teeconn.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/ti8x/teeconn.h b/src/devices/bus/ti8x/teeconn.h
index 65ffa1c6d81..c47e1613a82 100644
--- a/src/devices/bus/ti8x/teeconn.h
+++ b/src/devices/bus/ti8x/teeconn.h
@@ -11,7 +11,7 @@
#include "ti8x.h"
-namespace bus { namespace ti8x {
+namespace bus::ti8x {
class tee_connector_device : public device_t, public device_ti8x_link_port_interface
{
@@ -37,7 +37,7 @@ protected:
bool m_ring_host, m_ring_a, m_ring_b;
};
-} } // namespace bus::ti8x
+} // namespace bus::ti8x
DECLARE_DEVICE_TYPE_NS(TI8X_TEE_CONNECTOR, bus::ti8x, tee_connector_device)