--- bittorrent-3.4.2.orig/BitTorrent/Storage.py
+++ bittorrent-3.4.2/BitTorrent/Storage.py
@@ -88,7 +88,7 @@
             h.seek(begin)
             h.write(s[total: total + end - begin])
             total += end - begin
-
+   
     def close(self):
         for h in self.handles.values():
             h.close()
