]> git.rkrishnan.org Git - tahoe-lafs/zfec.git/blobdiff - zfec/bench/bench_zfec.py
whitespace, docstrings, copyright statements
[tahoe-lafs/zfec.git] / zfec / bench / bench_zfec.py
index 30b847c5be34699cc3537b6b78b229da9609d6af..c3b25cabcb9787300089ede2036f13fc3d58359d 100644 (file)
@@ -40,10 +40,10 @@ def hashem(results, reslenthing):
 
 def _encode_file(N):
     filefec.encode_file(open(FNAME, "rb"), donothing, K, M)
-   
+
 def _encode_file_stringy(N):
     filefec.encode_file_stringy(open(FNAME, "rb"), donothing, K, M)
-   
+
 def _encode_file_stringy_easyfec(N):
     filefec.encode_file_stringy_easyfec(open(FNAME, "rb"), donothing, K, M)