]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
trailing-whitespace eradication, no functional changes
authorBrian Warner <warner@allmydata.com>
Thu, 1 Nov 2007 22:28:50 +0000 (15:28 -0700)
committerBrian Warner <warner@allmydata.com>
Thu, 1 Nov 2007 22:28:50 +0000 (15:28 -0700)
src/allmydata/scripts/startstop_node.py

index 037ee293d1d6037f888b49058ca2dbb38d814669..e3d37981bf7565a057039eeda6635774aec864ea 100644 (file)
@@ -47,7 +47,7 @@ def do_start(basedir, profile=False, out=sys.stdout, err=sys.stderr):
         if not os.path.isdir(basedir):
             print >>err, " in fact, it doesn't look like a directory at all!"
         return 1
-    
+
     cmd = find_exe.find_exe('twistd')
     if not cmd:
         print "Can't find twistd (it comes with Twisted).  Aborting."