summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Saryerwinnie <js@jamesls.com>2013-02-21 19:05:05 -0800
committerJames Saryerwinnie <js@jamesls.com>2013-02-21 19:05:05 -0800
commitae75e5735a45748710e4f7ab45b919cb91780745 (patch)
tree74b3da35aabfefad2418c23ca682254c94bd4321
parent08e06b06d77e36cfe4e985f05cd3c6dda5c0a60f (diff)
downloadboto-ae75e5735a45748710e4f7ab45b919cb91780745.tar.gz
Remove trailing whitespace
-rw-r--r--boto/glacier/concurrent.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/boto/glacier/concurrent.py b/boto/glacier/concurrent.py
index 8f3d883c..da66c44b 100644
--- a/boto/glacier/concurrent.py
+++ b/boto/glacier/concurrent.py
@@ -202,7 +202,7 @@ class TransferThread(threading.Thread):
def _process_chunk(self, work):
pass
-
+
def _cleanup(self):
pass
@@ -252,7 +252,7 @@ class UploadWorkerThread(TransferThread):
# Reading the response allows the connection to be reused.
response.read()
return (part_number, tree_hash_bytes)
-
+
def _cleanup(self):
self._fileobj.close()