--- bittorrent-3.4.2.orig/btreannounce.py
+++ bittorrent-3.4.2/btreannounce.py
@@ -1,11 +1,11 @@
 #!/usr/bin/env python
-
+
 # Written by Henry 'Pi' James and Bram Cohen
 # see LICENSE.txt for license information
-
+
 from sys import argv
 from BitTorrent.bencode import bencode, bdecode
-
+
 if len(argv) < 3:
     print '%s http://new.uri:port/announce file1.torrent file2.torrent' % argv[0]
     print
