Mesa (master): mklib: tab cleanup, no functional change

Brian Paul brianp at kemper.freedesktop.org
Tue Dec 27 16:45:59 UTC 2011


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

Author: Alexander von Gluck <kallisti5 at unixzen.com>
Date:   Tue Dec 27 09:18:18 2011 -0700

mklib: tab cleanup, no functional change

Reviewed-by: Brian Paul <brianp at vmare.com>
Signed-off-by: Brian Paul <brianp at vmware.com>

---

 bin/mklib |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/bin/mklib b/bin/mklib
index 510ac91..56e0b36 100755
--- a/bin/mklib
+++ b/bin/mklib
@@ -986,7 +986,7 @@ case $ARCH in
 
 			# remove temporary extracted .o files
 			rm -rf ${LIBNAME}.obj
-        else
+		else
 			LIBNAME="lib${LIBNAME}.so"  # prefix with "lib", suffix with ".so"
 			OPTS="-shared"
 




More information about the mesa-commit mailing list