summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/devices/nld_82s16.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/netlist/devices/nld_82s16.cpp')
-rwxr-xr-xsrc/lib/netlist/devices/nld_82s16.cpp9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/lib/netlist/devices/nld_82s16.cpp b/src/lib/netlist/devices/nld_82s16.cpp
index 2fc92adfe30..44b2e5865ea 100755
--- a/src/lib/netlist/devices/nld_82s16.cpp
+++ b/src/lib/netlist/devices/nld_82s16.cpp
@@ -24,10 +24,8 @@
#include "nl_base.h"
-namespace netlist
-{
- namespace devices
- {
+namespace netlist::devices {
+
NETLIB_OBJECT(82S16)
{
NETLIB_CONSTRUCTOR(82S16)
@@ -123,5 +121,4 @@ namespace netlist
NETLIB_DEVICE_IMPL(82S16, "TTL_82S16", "")
- } //namespace devices
-} // namespace netlist
+} // namespace netlist::devices