summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/devices/nld_7448.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/netlist/devices/nld_7448.cpp')
-rw-r--r--src/lib/netlist/devices/nld_7448.cpp9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/lib/netlist/devices/nld_7448.cpp b/src/lib/netlist/devices/nld_7448.cpp
index f4acbc432bd..09ed2e2a39f 100644
--- a/src/lib/netlist/devices/nld_7448.cpp
+++ b/src/lib/netlist/devices/nld_7448.cpp
@@ -26,10 +26,8 @@
#include <array>
-namespace netlist
-{
- namespace devices
- {
+namespace netlist::devices {
+
NETLIB_OBJECT(7448)
{
NETLIB_CONSTRUCTOR(7448)
@@ -136,5 +134,4 @@ namespace netlist
NETLIB_DEVICE_IMPL(7448, "TTL_7448", "+A,+B,+C,+D,+LTQ,+BIQ,+RBIQ,@VCC,@GND")
- } //namespace devices
-} // namespace netlist
+} // namespace netlist::devices