summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/devices/nld_7490.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/netlist/devices/nld_7490.cpp')
-rw-r--r--src/lib/netlist/devices/nld_7490.cpp8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/lib/netlist/devices/nld_7490.cpp b/src/lib/netlist/devices/nld_7490.cpp
index abf93a4189b..ffd3870db60 100644
--- a/src/lib/netlist/devices/nld_7490.cpp
+++ b/src/lib/netlist/devices/nld_7490.cpp
@@ -54,10 +54,7 @@
#include "nl_base.h"
-namespace netlist
-{
-namespace devices
-{
+namespace netlist::devices {
static constexpr const std::array<netlist_time, 4> delay =
{
@@ -143,5 +140,4 @@ namespace devices
NETLIB_DEVICE_IMPL(7490, "TTL_7490", "+A,+B,+R1,+R2,+R91,+R92,@VCC,@GND")
-} // namespace devices
-} // namespace netlist
+} // namespace netlist::devices