diff options
author | 2019-02-25 23:54:53 +0100 | |
---|---|---|
committer | 2019-03-01 07:48:00 +0100 | |
commit | 893e67638785723d1add7d5766823c82d3f05b38 (patch) | |
tree | d5de1382e40d05e2f78da205116d718114d12807 /src/lib/netlist/nl_dice_compat.h | |
parent | 85f865a782ef99e3d0da73d7a05a5eaad1f1fdb4 (diff) |
netlist: cosmetic changes - mostly indentation. (nw)
Diffstat (limited to 'src/lib/netlist/nl_dice_compat.h')
-rw-r--r-- | src/lib/netlist/nl_dice_compat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/netlist/nl_dice_compat.h b/src/lib/netlist/nl_dice_compat.h index b0ebdb2e371..7df86dde1e7 100644 --- a/src/lib/netlist/nl_dice_compat.h +++ b/src/lib/netlist/nl_dice_compat.h @@ -29,6 +29,7 @@ sed -e 's/#define \(.*\)"\(.*\)"[ \t]*,[ \t]*\(.*\)/NET_ALIAS(\1,\2.\3)/' src/ma #include "analog/nld_twoterm.h" #include <cmath> + #endif |