Re: [Mesa-dev] [PATCH 1/5] meta: Initialize the variable in declaration statement

2014-08-04 Thread Pohjolainen, Topi
On Wed, Jul 30, 2014 at 07:11:23PM -0700, Anuj Phogat wrote: > Saves one line of code :) > > Signed-off-by: Anuj Phogat > --- > Realized today that I never really sent this series out to the list. > > src/mesa/drivers/common/meta.c | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > >

[Mesa-dev] [PATCH 1/5] meta: Initialize the variable in declaration statement

2014-07-30 Thread Anuj Phogat
Saves one line of code :) Signed-off-by: Anuj Phogat --- Realized today that I never really sent this series out to the list. src/mesa/drivers/common/meta.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/mesa/drivers/common/meta.c b/src/mesa/drivers/common/meta.c ind