chore(style): fix style nits

This commit is contained in:
fallenoak 2025-09-03 22:15:59 -05:00
parent 473a2cb044
commit 5121638c27
No known key found for this signature in database
GPG key ID: 7628F8E61AEA070D
13 changed files with 88 additions and 86 deletions

View file

@ -4,9 +4,7 @@
#include <cstdint>
#include <cstdlib>
#define SMEM_FLAG_ZEROMEMORY 8
#define SMEM_FLAG_ZEROMEMORY 0x8
void* SMemAlloc(size_t bytes, const char* filename, int32_t linenumber, uint32_t flags = 0);