Tidied some code spacing.

这个提交包含在:
craig-warren
2016-03-30 17:40:43 +01:00
父节点 a29135ffe9
当前提交 87f668e508

查看文件

@@ -42,13 +42,12 @@ newfile += '_v3syntax'
print("Attempting to convert inputfile '{}' to use new syntax...\n".format(inputfile)) print("Attempting to convert inputfile '{}' to use new syntax...\n".format(inputfile))
model2D = False
txs = [] txs = []
badwaveforms = ['gaussiandot', 'gaussiandotdot'] badwaveforms = ['gaussiandot', 'gaussiandotdot']
linesources = [] linesources = []
voltagesources = [] voltagesources = []
hertziandipoles = [] hertziandipoles = []
model2D = False
lindex = 0 lindex = 0
while(lindex < len(inputlines)): while(lindex < len(inputlines)):