Cleanup: remove space around identifiers in C-style comments

This commit is contained in:
Campbell Barton
2024-08-15 20:02:06 +10:00
parent b664ece0fe
commit b5e0b59736
47 changed files with 77 additions and 77 deletions

View File

@@ -79,8 +79,8 @@ MEM_INLINE void MEM_trigger_error_on_memory_block(const void *address, const siz
ASAN_UNPOISON_MEMORY_REGION(address, size);
}
#else
MEM_INLINE void MEM_trigger_error_on_memory_block(const void * /* address */,
const size_t /* size */)
MEM_INLINE void MEM_trigger_error_on_memory_block(const void * /*address*/,
const size_t /*size*/)
{
# ifdef WITH_ASSERT_ABORT
abort();