Made small whitespace fixes per contents of pull request #23 by
Tim Ansell.
diff --git a/common/split_spice.py b/common/split_spice.py
index e6b8509..f7cc695 100755
--- a/common/split_spice.py
+++ b/common/split_spice.py
@@ -62,9 +62,9 @@
else:
contline = False
if inparam:
- inparam = False
+ inparam = False
if inpinlist:
- inpinlist = False
+ inpinlist = False
# Item 3. Handle blank lines like comment lines
if line.strip() == '':
@@ -96,7 +96,7 @@
else:
spicelines.append(line)
continue
-
+
# model
mmatch = modelrex.match(line)
if mmatch: