Re: [Mesa-dev] [PATCH] st/mesa: update comment in st_atom_msaa.c

2016-09-15 Thread Roland Scheidegger
Am 15.09.2016 um 23:32 schrieb Brian Paul: > The old comment was a copy and paste mistake. Indent another comment. > --- > src/mesa/state_tracker/st_atom_msaa.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/src/mesa/state_tracker/st_atom_msaa.c > b/src/mesa/state_

[Mesa-dev] [PATCH] st/mesa: update comment in st_atom_msaa.c

2016-09-15 Thread Brian Paul
The old comment was a copy and paste mistake. Indent another comment. --- src/mesa/state_tracker/st_atom_msaa.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mesa/state_tracker/st_atom_msaa.c b/src/mesa/state_tracker/st_atom_msaa.c index 8442a28..69aea69 100644 ---