[FFmpeg-soc] [soc]: r3964 - in wmapro: wma3.h wma3data.h wma3dec.c

Diego Biurrun diego at biurrun.de
Sat Jan 17 22:04:28 CET 2009


On Sat, Jan 17, 2009 at 12:56:08PM -0800, Baptiste Coudurier wrote:
> 
> faust3 wrote:
> > [...]
> >  
> >          if ( idx == 126 )
> >          {
> >            while(i < 4){
> 
> You may need to uniformize '{' placement, also get rid of these spaces
> before and after parentheses.

I would suggest K&R style, which has spaces after if/while:

    if (idx == 126) {
        while (i < 4) {

Diego



More information about the FFmpeg-soc mailing list