summaryrefslogtreecommitdiffstats
path: root/src/lib/netlist/devices/nld_system.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/netlist/devices/nld_system.cpp')
-rw-r--r--src/lib/netlist/devices/nld_system.cpp8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/lib/netlist/devices/nld_system.cpp b/src/lib/netlist/devices/nld_system.cpp
index 36ae9bc6e35..e622f8ce954 100644
--- a/src/lib/netlist/devices/nld_system.cpp
+++ b/src/lib/netlist/devices/nld_system.cpp
@@ -11,10 +11,7 @@
#include "plib/pstrutil.h"
-namespace netlist
-{
-namespace devices
-{
+namespace netlist::devices {
// -----------------------------------------------------------------------------
// extclock
@@ -140,5 +137,4 @@ namespace devices
NETLIB_DEVICE_IMPL(logic_input, "LOGIC_INPUT", "IN,MODEL")
NETLIB_DEVICE_IMPL_ALIAS(logic_input_ttl, logic_input, "TTL_INPUT", "IN")
-} // namespace devices
-} // namespace netlist
+} // namespace netlist::devices