summaryrefslogtreecommitdiffstats
path: root/src/lib/netlist/devices/nld_dm9314.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/netlist/devices/nld_dm9314.cpp')
-rw-r--r--src/lib/netlist/devices/nld_dm9314.cpp9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/lib/netlist/devices/nld_dm9314.cpp b/src/lib/netlist/devices/nld_dm9314.cpp
index 0f3980df98b..edb789dda64 100644
--- a/src/lib/netlist/devices/nld_dm9314.cpp
+++ b/src/lib/netlist/devices/nld_dm9314.cpp
@@ -20,10 +20,8 @@
#include "nl_base.h"
-namespace netlist
-{
- namespace devices
- {
+namespace netlist::devices {
+
NETLIB_OBJECT(9314)
{
NETLIB_CONSTRUCTOR(9314)
@@ -98,5 +96,4 @@ namespace netlist
NETLIB_DEVICE_IMPL(9314, "TTL_9314", "+EQ,+MRQ,+S0Q,+S1Q,+S2Q,+S3Q,+D0,+D1,+D2,+D3,@VCC,@GND")
- } //namespace devices
-} // namespace netlist
+} // namespace netlist::devices