Mesa (master): texture_builtins.py: Fix a warning about mixed tabs/spaces.

Kenneth Graunke kwg at kemper.freedesktop.org
Tue Feb 1 00:42:05 UTC 2011


Module: Mesa
Branch: master
Commit: 3ef397dafc80278d48d1385e14d4e500a86e94ac
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3ef397dafc80278d48d1385e14d4e500a86e94ac

Author: Kenneth Graunke <kenneth at whitecape.org>
Date:   Mon Jan 31 16:41:34 2011 -0800

texture_builtins.py: Fix a warning about mixed tabs/spaces.

---

 src/glsl/builtins/tools/texture_builtins.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/glsl/builtins/tools/texture_builtins.py b/src/glsl/builtins/tools/texture_builtins.py
index 772ee46..8017e94 100755
--- a/src/glsl/builtins/tools/texture_builtins.py
+++ b/src/glsl/builtins/tools/texture_builtins.py
@@ -430,4 +430,4 @@ if __name__ == "__main__":
     fs = {}
     generate_texture_functions(fs);
     for k, v in fs.iteritems():
-	print v
+        print v




More information about the mesa-commit mailing list