summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/devices/nld_7492.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/netlist/devices/nld_7492.cpp')
-rw-r--r--src/lib/netlist/devices/nld_7492.cpp8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/lib/netlist/devices/nld_7492.cpp b/src/lib/netlist/devices/nld_7492.cpp
index 3bf120f3c68..15f5d0c6268 100644
--- a/src/lib/netlist/devices/nld_7492.cpp
+++ b/src/lib/netlist/devices/nld_7492.cpp
@@ -52,10 +52,7 @@
#include "nl_base.h"
-namespace netlist
-{
-namespace devices
-{
+namespace netlist::devices {
static constexpr const std::array<netlist_time, 4> delay =
{
@@ -135,5 +132,4 @@ namespace devices
NETLIB_DEVICE_IMPL(7492, "TTL_7492", "+A,+B,+R1,+R2,@VCC,@GND")
-} // namespace devices
-} // namespace netlist
+} // namespace netlist::devices