diff include/core/array.h @ 35:329b7921a6be

ci/osx: use debian instead of alpine for some reason osxcross doesn't support musl libc properly, so we have to use debian also this converts our DOS-style files to Unix-style files because Windows sucks :)
author Paper <mrpapersonic@gmail.com>
date Thu, 21 Sep 2023 11:43:24 -0400
parents 8a4122caaf2f
children 2743011a6042
line wrap: on
line diff
--- a/include/core/array.h	Wed Sep 20 13:49:35 2023 -0400
+++ b/include/core/array.h	Thu Sep 21 11:43:24 2023 -0400
@@ -1,9 +1,9 @@
-#ifndef __core__array_h
-#define __core__array_h
-
-#ifndef ARRAYSIZE
-#define ARRAYSIZE(x) \
-    (sizeof(x) / sizeof(x[0]))
-#endif
-
+#ifndef __core__array_h
+#define __core__array_h
+
+#ifndef ARRAYSIZE
+#define ARRAYSIZE(x) \
+    (sizeof(x) / sizeof(x[0]))
+#endif
+
 #endif // __core__array_h
\ No newline at end of file