]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
trivial: whitespace
authorZooko O'Whielacronx <zooko@zooko.com>
Sun, 18 Jan 2009 17:58:15 +0000 (10:58 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Sun, 18 Jan 2009 17:58:15 +0000 (10:58 -0700)
Ran "M-x whitespace-cleanup" on files that Toby's recent patch touched, even though they didn't have trailing whitespace.

src/allmydata/client.py
src/allmydata/test/common.py

index 20fab7b063fc5ce4984b7f4f49e7fa42daef780e..f0208bd4749940f477fe8ca02b7379e7da56dab6 100644 (file)
@@ -1,4 +1,3 @@
-
 import os, stat, time, weakref
 from allmydata.interfaces import RIStorageServer
 from allmydata import node
@@ -426,4 +425,3 @@ class Client(node.Node, pollmixin.PollMixin):
         except KeyError:
             return []
         return helper.get_all_upload_statuses()
-
index 6fbe3b28de9136f0d933afb170f2a73a0b9457e0..747bd74c9b06e0868ca5cca88b041bb8aefc3cb5 100644 (file)
@@ -1,4 +1,3 @@
-
 import os, random, struct
 from zope.interface import implements
 from twisted.internet import defer
@@ -1329,4 +1328,3 @@ def _corrupt_uri_extension(data):
         uriextlen = struct.unpack(">Q", data[0x0c+uriextoffset:0x0c+uriextoffset+8])[0]
 
     return corrupt_field(data, uriextoffset, uriextlen)
-