Indentation changes to the uncompression patch.
Wed Dec 21 13:47:50 UTC 2005 Alberto Bertogli <albertogli@telpin.com.ar>
* Indentation changes to the uncompression patch.
hunk ./darcsweb.cgi 756
- file = open(realf, 'rb')
- if file.read(2) == '\x1f\x8b':
- # file begins with gzip magic
- file.close()
- dsrc = gzip.open(realf)
- else:
- file.seek(0)
- dsrc = file
+ file = open(realf, 'rb')
+ if file.read(2) == '\x1f\x8b':
+ # file begins with gzip magic
+ file.close()
+ dsrc = gzip.open(realf)
+ else:
+ file.seek(0)
+ dsrc = file