Skip to content

Commit

Permalink
Changed tabs to spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
scottransom committed Nov 12, 2019
1 parent 8236dc1 commit b164b6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bin/makezaplist.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ def processbirds(filename):
min_psr_width = 40.0 / T
file = open(filename, "r")
for line in file.readlines():
if (len(line)<=3 or line[0]=='#'):
continue
if (len(line)<=3 or line[0]=='#'):
continue
elif (line[0]=='P'):
(tmp, psrname, numharm) = line.split()
numharm = int(numharm)
Expand All @@ -69,7 +69,7 @@ def processbirds(filename):
birds.append(bird(midf, width, bary=1))
else:
words = line.split()
increase_width = 0
increase_width = 0
bary = 0
if (len(words) >= 3):
freq = float(words[0])
Expand Down

0 comments on commit b164b6b

Please sign in to comment.