Formatting: Misc automatic formatting changes

This commit is contained in:
Roger A. Light
2025-09-17 07:41:43 +01:00
parent 883fdb2ad2
commit 48b76e49f8
34 changed files with 253 additions and 212 deletions

View File

@@ -138,7 +138,11 @@ void free(void *ptr)
#define ALLOC_MARKER_SIZE 0
static void set_alloc_marker(char* mem, size_t size) { UNUSED(mem); UNUSED(size); }
static void set_alloc_marker(char *mem, size_t size)
{
UNUSED(mem); UNUSED(size);
}
#endif /* defined(ALLOC_MISMATCH_INVALID_READ) */