]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - misc/build_helpers/test-osx-pkg.py
remove stray trailing whitespace
[tahoe-lafs/tahoe-lafs.git] / misc / build_helpers / test-osx-pkg.py
index 275c231d7295a75ee764b8e81db96d491b7922c9..664f05381379aee964d7e39c2b8530670d97d8ee 100644 (file)
@@ -54,7 +54,7 @@ def test_osx_pkg(pkgfile):
 
     # cat Payload | gunzip -dc | cpio -i
     cat_process = subprocess.Popen(['cat', 'Payload'], stdout=subprocess.PIPE)
-    gunzip_process = subprocess.Popen(['gunzip', '-dc'], 
+    gunzip_process = subprocess.Popen(['gunzip', '-dc'],
                                       stdin=cat_process.stdout,
                                       stdout=subprocess.PIPE)
     cpio_process = subprocess.Popen(['cpio', '-i'],