Commit 318dfd06 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

correct indentation

parent f4d14c96
Loading
Loading
Loading
Loading
+10 −11
Original line number Diff line number Diff line
@@ -1030,4 +1030,3 @@ void FastAssignT(Mat4x4& A, Mat4x4& C){
  C.elements[2][3] = A.elements[3][2];
  C.elements[3][2] = A.elements[2][3];
}