From: Rob Sayre Date: Tue, 28 Jun 2011 23:32:27 +0000 (-0700) Subject: Clean some trailing whitespace. X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=781bcb674b80169773edd06ab7a2cde8683c93fd;p=pdf.js.git Clean some trailing whitespace. --- diff --git a/test/test.py b/test/test.py index 51c93be..5f75687 100644 --- a/test/test.py +++ b/test/test.py @@ -125,7 +125,7 @@ class PDFTestHandler(BaseHTTPRequestHandler): self.sendFile(path, ext) - def do_POST(self): + def do_POST(self): numBytes = int(self.headers['Content-Length']) self.send_response(200)