1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-28 02:34:27 +01:00

Fix file endings

This commit is contained in:
Jon Hanghøj Henneberg
2023-07-15 22:19:46 +02:00
parent c97a2705b3
commit 5baa4580ee
2 changed files with 2 additions and 2 deletions

View File

@@ -305,4 +305,4 @@ void test_EnumCharAndArrayMatrices(test_enum_t e, float n, char c)
enum_idx = (enum_idx + 1) % 3; enum_idx = (enum_idx + 1) % 3;
} }
} }
} }

View File

@@ -11,4 +11,4 @@ static const float test_arr[] = {
1.2f, 1.2f,
2.3f, 2.3f,
3.4f, 3.4f,
}; };