Re: [Mesa-dev] [PATCH 3/9] glsl: Fix indentation of switch code.

2012-05-15 Thread Kenneth Graunke
On 05/14/2012 05:36 PM, Eric Anholt wrote: I managed to completely trash it in 22d81f15. --- src/glsl/ast_to_hir.cpp | 545 +++ 1 file changed, 263 insertions(+), 282 deletions(-) diff --git a/src/glsl/ast_to_hir.cpp b/src/glsl/ast_to_hir.cpp index

[Mesa-dev] [PATCH 3/9] glsl: Fix indentation of switch code.

2012-05-14 Thread Eric Anholt
I managed to completely trash it in 22d81f15. --- src/glsl/ast_to_hir.cpp | 545 +++ 1 file changed, 263 insertions(+), 282 deletions(-) diff --git a/src/glsl/ast_to_hir.cpp b/src/glsl/ast_to_hir.cpp index 86bb874..01b1025 100644 --- a/src/glsl/ast_to_