trivial: whitespace

Ran "M-x whitespace-cleanup" on files that Toby's recent patch touched, even though they didn't have trailing whitespace.
This commit is contained in:
Zooko O'Whielacronx
2009-01-18 10:58:15 -07:00
parent ce7c448bc0
commit 4771e1c9d5
2 changed files with 0 additions and 4 deletions

View 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()