[torflow/master] Fix whitespace.

commit 88f0912e771cdf0982f7f51954477d65b9010e97 Author: Mike Perry <mikeperry-git@fscked.org> Date: Wed Nov 9 14:19:47 2011 -0800 Fix whitespace. No tabs, plz. --- NetworkScanners/ExitAuthority/soat.py | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/NetworkScanners/ExitAuthority/soat.py b/NetworkScanners/ExitAuthority/soat.py index f647495..8d325fa 100755 --- a/NetworkScanners/ExitAuthority/soat.py +++ b/NetworkScanners/ExitAuthority/soat.py @@ -2661,8 +2661,8 @@ def usage(): def main(argv): # make sure we have something to test for if len(argv) < 2: - usage() - return + usage() + return TorUtil.read_config(data_dir+"/torctl.cfg") @@ -2670,11 +2670,11 @@ def main(argv): # make sure the arguments are correct try: - flags, trailer = getopt.getopt(argv[1:], [], opts) + flags, trailer = getopt.getopt(argv[1:], [], opts) except getopt.error, msg: - print msg - usage() - return + print msg + usage() + return # get specific test types do_resume = False
participants (1)
-
mikeperry@torproject.org