]> git.rkrishnan.org Git - tahoe-lafs/zfec.git/blobdiff - zfec/zfec/_fecmodule.c
whitespace, docstrings, copyright statements
[tahoe-lafs/zfec.git] / zfec / zfec / _fecmodule.c
index e9449c9f373eb502655190f2aec171f087e97d91..9d04dc49aed0fc47a9f77d7aa6b1047a13d50266 100644 (file)
@@ -168,7 +168,7 @@ Encoder_encode(Encoder *self, PyObject *args) {
         }
         oldsz = sz;
     }
-    
+
     /* Allocate space for all of the check blocks. */
 
     for (i=0; i<num_desired_blocks; i++) {