summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/devices/nld_r2r_dac.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/netlist/devices/nld_r2r_dac.cpp')
-rw-r--r--src/lib/netlist/devices/nld_r2r_dac.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/netlist/devices/nld_r2r_dac.cpp b/src/lib/netlist/devices/nld_r2r_dac.cpp
index a622ebe52ab..594ee185600 100644
--- a/src/lib/netlist/devices/nld_r2r_dac.cpp
+++ b/src/lib/netlist/devices/nld_r2r_dac.cpp
@@ -6,8 +6,8 @@
*/
#include "../nl_base.h"
-#include "../nl_factory.h"
#include "../analog/nlid_twoterm.h"
+#include "../nl_factory.h"
namespace netlist
{
@@ -50,6 +50,6 @@ namespace netlist
namespace devices {
NETLIB_DEVICE_IMPL_NS(analog, r2r_dac, "R2R_DAC", "VIN,R,N")
- }
+ } // namespace devices
} // namespace netlist