diff options
author | 2020-04-26 12:04:54 +1000 | |
---|---|---|
committer | 2020-04-26 12:04:54 +1000 | |
commit | 8a923f936122d6fb094af453286bfc15524fd588 (patch) | |
tree | b9b720b1d6373b56dea3abcd5ffb18444f876b44 /scripts/src/main.lua | |
parent | 2305442f6a5e6ec3662533034f0118c1938eabc7 (diff) |
srcclean and manual cleanup (nw)
Diffstat (limited to 'scripts/src/main.lua')
-rw-r--r-- | scripts/src/main.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/src/main.lua b/scripts/src/main.lua index 94f6200dc9f..791f19f1b1b 100644 --- a/scripts/src/main.lua +++ b/scripts/src/main.lua @@ -249,9 +249,9 @@ if #disasm_files > 0 then } end if (MACHINES["NETLIST"]~=null) then - links { - "netlist", - } + links { + "netlist", + } end links { "utils", |