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

Author: Brian Paul <bri...@vmware.com>
Date:   Thu Feb 19 09:29:18 2015 -0700

gallium/util: indentation fix

---

 src/gallium/auxiliary/util/u_math.h |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/gallium/auxiliary/util/u_math.h 
b/src/gallium/auxiliary/util/u_math.h
index 5db5b66..157b721 100644
--- a/src/gallium/auxiliary/util/u_math.h
+++ b/src/gallium/auxiliary/util/u_math.h
@@ -608,9 +608,9 @@ fui( float f )
 static INLINE float
 uif(uint32_t ui)
 {
-        union fi fi;
-        fi.ui = ui;
-        return fi.f;
+   union fi fi;
+   fi.ui = ui;
+   return fi.f;
 }
 
 

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to