Re: [Mesa-dev] [PATCH] mesa: Indent break statements and add a missing one.

2015-03-02 Thread Iago Toral
This looks good. Sorry for the missing break :-( Iago On Sat, 2015-02-28 at 11:02 -0800, Matt Turner wrote: > Always indenting break statements makes spotting missing ones easier. > > Cc: 10.5 > --- > src/mesa/main/pack.c | 11 ++- > 1 file changed, 6 insertions(+), 5 deletions(-) > >

[Mesa-dev] [PATCH] mesa: Indent break statements and add a missing one.

2015-02-28 Thread Matt Turner
Always indenting break statements makes spotting missing ones easier. Cc: 10.5 --- src/mesa/main/pack.c | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/mesa/main/pack.c b/src/mesa/main/pack.c index 3b77c49..f723608 100644 --- a/src/mesa/main/pack.c +++ b/src/m