Minor style change

This commit is contained in:
gingerBill
2021-12-09 15:34:17 +00:00
parent 9d4fe90356
commit 1e9b30666f
+1 -1
View File
@@ -254,4 +254,4 @@ Endianness :: enum i8 {
Little = -1, Little = -1,
Platform = 0, Platform = 0,
Big = 1, Big = 1,
}; }