summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti8x/graphlinkhle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ti8x/graphlinkhle.h')
-rw-r--r--src/devices/bus/ti8x/graphlinkhle.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/ti8x/graphlinkhle.h b/src/devices/bus/ti8x/graphlinkhle.h
index 310a4daf133..3d6bdddca10 100644
--- a/src/devices/bus/ti8x/graphlinkhle.h
+++ b/src/devices/bus/ti8x/graphlinkhle.h
@@ -25,7 +25,7 @@
#include <memory>
-namespace bus { namespace ti8x {
+namespace bus::ti8x {
class graph_link_hle_device
: public device_t
@@ -59,7 +59,7 @@ private:
bool m_empty, m_ready;
};
-} } // namespace bus::ti8x
+} // namespace bus::ti8x
DECLARE_DEVICE_TYPE_NS(TI8X_GRAPH_LINK_HLE, bus::ti8x, graph_link_hle_device)