Fix tabulations

Fix tabulations

diff --git a/src/engine/client/cl_console.cpp b/src/engine/client/cl_console.cpp
index 4632e18..1a70e49 100644
--- a/src/engine/client/cl_console.cpp
+++ b/src/engine/client/cl_console.cpp
@@ -766,11 +766,11 @@ void CL_ConsolePrint( valueType* txt )
             {
                 break;
             }
-			if( l > 0)
-			{
-            	if( txt[l - 1] <= ';' ) break;
-            	if( txt[l - 1] <= ',' ) break;
-			}
+            if( l > 0)
+            {
+                if( txt[l - 1] <= ';' ) break;
+                if( txt[l - 1] <= ',' ) break;
+            }
         }
         
         // word wrap

GitHub
sha: 1079197f