summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/devices/nld_74193.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/netlist/devices/nld_74193.cpp')
-rw-r--r--src/lib/netlist/devices/nld_74193.cpp8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/lib/netlist/devices/nld_74193.cpp b/src/lib/netlist/devices/nld_74193.cpp
index e4dec831f68..c23119c2b66 100644
--- a/src/lib/netlist/devices/nld_74193.cpp
+++ b/src/lib/netlist/devices/nld_74193.cpp
@@ -25,10 +25,7 @@
#include "nl_base.h"
-namespace netlist
-{
- namespace devices
- {
+namespace netlist::devices {
static constexpr const unsigned MAXCNT = 15;
@@ -137,5 +134,4 @@ namespace netlist
NETLIB_DEVICE_IMPL(74193, "TTL_74193", "+A,+B,+C,+D,+CLEAR,+LOADQ,+CU,+CD,@VCC,@GND")
- } //namespace devices
-} // namespace netlist
+} // namespace netlist::devices