Browse Source

formatting fix

Signed-off-by: Sergey Krivohatskiy <[email protected]>
Sergey Krivohatskiy 4 years ago
parent
commit
2010c883d5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/gtx/gtx_matrix_interpolation.cpp

+ 1 - 1
test/gtx/gtx_matrix_interpolation.cpp

@@ -110,7 +110,7 @@ static int test_rotate()
 int main()
 int main()
 {
 {
 	int Error = 0;
 	int Error = 0;
-    
+
 	Error += test_axisAngle();
 	Error += test_axisAngle();
 	Error += test_axisAngle2();
 	Error += test_axisAngle2();
 	Error += test_rotate();
 	Error += test_rotate();