summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/devices/nld_tristate.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/netlist/devices/nld_tristate.cpp')
-rw-r--r--src/lib/netlist/devices/nld_tristate.cpp9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/lib/netlist/devices/nld_tristate.cpp b/src/lib/netlist/devices/nld_tristate.cpp
index cf4295bb39b..75576313af5 100644
--- a/src/lib/netlist/devices/nld_tristate.cpp
+++ b/src/lib/netlist/devices/nld_tristate.cpp
@@ -12,10 +12,8 @@
// FIXME: netlist now supports proper tristate outputs. All of this is legacy
// now and needs to be removed at some time.
-namespace netlist
-{
- namespace devices
- {
+namespace netlist::devices {
+
NETLIB_OBJECT(tristate)
{
NETLIB_CONSTRUCTOR(tristate)
@@ -73,5 +71,4 @@ namespace netlist
NETLIB_DEVICE_IMPL(tristate, "TTL_TRISTATE", "+CEQ1,+D1,+CEQ2,+D2")
NETLIB_DEVICE_IMPL(tristate3, "TTL_TRISTATE3", "")
- } //namespace devices
-} // namespace netlist
+} // namespace netlist::devices