diff options
| author | gingerBill <gingerBill@users.noreply.github.com> | 2025-09-26 10:50:16 +0100 |
|---|---|---|
| committer | gingerBill <gingerBill@users.noreply.github.com> | 2025-09-26 10:50:16 +0100 |
| commit | dfb86db159d4b3e02a0ebbd28df1f2d55a30f441 (patch) | |
| tree | ed06fd3a0e87f5e7af02a73bdf3593f863a695c2 /src/types.cpp | |
| parent | 01c10f3f5eefb0473cce3a0cdd381b6db39cf1bb (diff) | |
Fix absolutely random change between `,` and newline
Diffstat (limited to 'src/types.cpp')
| -rw-r--r-- | src/types.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/types.cpp b/src/types.cpp index 8604c5363..0c6702103 100644 --- a/src/types.cpp +++ b/src/types.cpp @@ -18,8 +18,8 @@ enum BasicKind { Basic_u16, Basic_i32, Basic_u32, - Basic_i64 -, Basic_u64, + Basic_i64, + Basic_u64, Basic_i128, Basic_u128, |