1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-20 15:18:08 +02:00

Clean some trailing whitespace.

This commit is contained in:
Rob Sayre 2011-06-28 16:32:27 -07:00
parent 37011784a5
commit 781bcb674b

View file

@ -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)