loads of whitespace fixes

This commit is contained in:
Axel Kohlmeyer
2023-12-01 14:52:47 -05:00
parent fb243eba9b
commit 45372937db
34 changed files with 163 additions and 163 deletions

View File

@ -381,7 +381,7 @@ void mat_to_quat(double mat[3][3], double *q)
ez[0] = mat[0][2];
ez[1] = mat[1][2];
ez[2] = mat[2][2];
MathExtra::exyz_to_q(ex,ey,ez,q);
}