summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/devices/nld_74ls629.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/netlist/devices/nld_74ls629.cpp')
-rw-r--r--src/lib/netlist/devices/nld_74ls629.cpp8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/lib/netlist/devices/nld_74ls629.cpp b/src/lib/netlist/devices/nld_74ls629.cpp
index 6e28feffdfc..398618e31dc 100644
--- a/src/lib/netlist/devices/nld_74ls629.cpp
+++ b/src/lib/netlist/devices/nld_74ls629.cpp
@@ -60,10 +60,7 @@
#include "analog/nlid_twoterm.h"
-namespace netlist
-{
- namespace devices
- {
+namespace netlist::devices {
struct SN74LS629clk
{
@@ -207,5 +204,4 @@ namespace netlist
NETLIB_DEVICE_IMPL(SN74LS629, "SN74LS629", "CAP,@VCC,@GND")
- } //namespace devices
-} // namespace netlist
+} // namespace netlist::devices