trivial: whitespace

I ran emacs's "M-x whitespace-cleanup" on the files that Toby's recent patch had touched that had trailing whitespace on some lines.
This commit is contained in:
Zooko O'Whielacronx 2009-01-18 10:56:08 -07:00
parent 9247dc70e5
commit ce7c448bc0
3 changed files with 10 additions and 13 deletions

View File

@ -94,4 +94,3 @@ class TestAmbientUploadAuthorityDisabled(TestCase):
def test_ambient_upload_authority_disabled(self):
return self._test_ambient_upload_authority()

View File

@ -1,4 +1,3 @@
import time
from twisted.internet import address

View File

@ -1,4 +1,3 @@
import time
from twisted.application import service, strports, internet
from twisted.web import http