Re: [mpeg2-dev] [PATCH] remove a set of braces for consistency

2008-09-18 Thread Diego Biurrun
On Sat, Sep 13, 2008 at 05:27:36PM +0200, Diego Biurrun wrote: > Here is a small patch to remove an extra set of braces from > libmpeg2/motion_comp.c in order to keep things consistent with the rest > of the file. Applied by Jean-Baptiste Kempf. Diego

[mpeg2-dev] [PATCH] remove a set of braces for consistency

2008-09-13 Thread Diego Biurrun
Here is a small patch to remove an extra set of braces from libmpeg2/motion_comp.c in order to keep things consistent with the rest of the file. Diego Index: libmpeg2/motion_comp.c === --- libmpeg2/motion_comp.c (revision 1193) +++ li