Clean up file endings

This commit is contained in:
Scott Lahteine
2018-11-04 18:17:49 -06:00
parent b99f0776d6
commit 0c85869c26
13 changed files with 0 additions and 14 deletions

View File

@ -161,4 +161,3 @@ void matrix_3x3::debug(PGM_P const title) {
}
#endif // HAS_ABL

View File

@ -75,4 +75,3 @@ struct matrix_3x3 {
void apply_rotation_xyz(const matrix_3x3 &rotationMatrix, float &x, float &y, float &z);