Fix tabulation

Fix tabulation

diff --git a/src/engine/cm/cm_trace.cpp b/src/engine/cm/cm_trace.cpp
index 1187077..f7e84c0 100644
--- a/src/engine/cm/cm_trace.cpp
+++ b/src/engine/cm/cm_trace.cpp
@@ -2460,7 +2460,7 @@ void idCollisionModelManagerLocal::TransformedBoxTrace( trace_t* results, const 
     halfwidth = symetricSize[1][0];
     halfheight = symetricSize[1][2];
    	
-	sphere.use = false; 
+    sphere.use = false; 
     sphere.radius = ( halfwidth > halfheight ) ? halfheight : halfwidth;
     sphere.halfheight = halfheight;
     t = halfheight - sphere.radius;

GitHub
sha: 410a7f66