From: zooko Date: Sat, 27 Jan 2007 02:10:53 +0000 (+0530) Subject: pyfec: trivial formatting tweak X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=53b0f6781d5cfd0e44aba476406e4a5b94f61e6b;p=tahoe-lafs%2Fzfec.git pyfec: trivial formatting tweak darcs-hash:d70abcf9b6d0927f91e983cbd8f998cb02649b4d --- diff --git a/pyfec/fec/fec.h b/pyfec/fec/fec.h index d9056dc..376b867 100644 --- a/pyfec/fec/fec.h +++ b/pyfec/fec/fec.h @@ -69,11 +69,11 @@ typedef unsigned char gf; typedef struct { unsigned long magic; unsigned char k, n; /* parameters of the code */ - gf *enc_matrix; + gf* enc_matrix; } fec_t; -void fec_free (fec_t *p); -fec_t *fec_new (unsigned char k, unsigned char n); +void fec_free (fec_t* p); +fec_t* fec_new (unsigned char k, unsigned char n); /** * @param inpkts the "primary shares" i.e. the chunks of the input data