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

@ -5,13 +5,11 @@
#include <cstdint>
#include <cstdlib>
#define STORM_MAX_PATH 260
#define STORM_MAX_STR 0x7FFFFFFF
#define SSTR_HASH_CASESENSITIVE 1
char* SStrChr(char* string, char search);
const char* SStrChr(const char* string, char search);