Re: [Mesa-dev] [PATCH 1/5] glsl: remove tabs from linker.{cpp,h}

2016-10-02 Thread Kenneth Graunke
On Wednesday, September 28, 2016 4:04:05 PM PDT Timothy Arceri wrote: > --- > src/compiler/glsl/linker.cpp | 807 > +-- > src/compiler/glsl/linker.h | 8 +- > 2 files changed, 407 insertions(+), 408 deletions(-) May as well. I didn't read any of these

[Mesa-dev] [PATCH 1/5] glsl: remove tabs from linker.{cpp,h}

2016-09-27 Thread Timothy Arceri
--- src/compiler/glsl/linker.cpp | 807 +-- src/compiler/glsl/linker.h | 8 +- 2 files changed, 407 insertions(+), 408 deletions(-) diff --git a/src/compiler/glsl/linker.cpp b/src/compiler/glsl/linker.cpp index 290811f..e6b2231 100644 --- a/src/compiler