From: Zooko O'Whielacronx Date: Sat, 27 Jan 2007 03:10:53 +0000 (-0700) Subject: pyfec: trivial formatting tweak X-Git-Tag: tahoe_v0.1.0-0-UNSTABLE~306 X-Git-Url: https://git.rkrishnan.org/COPYING.TGPPL.html?a=commitdiff_plain;h=fd8ebcaf6d51c8dec1e813a088801eff2191067d;p=tahoe-lafs%2Ftahoe-lafs.git pyfec: trivial formatting tweak --- diff --git a/pyfec/fec/fec.h b/pyfec/fec/fec.h index d9056dc9..376b8674 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