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:
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,4 +11,4 @@ static const float test_arr[] = {
|
|||||||
1.2f,
|
1.2f,
|
||||||
2.3f,
|
2.3f,
|
||||||
3.4f,
|
3.4f,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user