mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-07-10 15:14:45 -04:00
Apply clang-format to files (#5273)
This commit is contained in:
@@ -138,5 +138,5 @@ void THA_Ct(TwoHeadArena* tha, void* ptr, size_t size) {
|
||||
}
|
||||
|
||||
void THA_Dt(TwoHeadArena* tha) {
|
||||
memset(tha,0, sizeof(TwoHeadArena));
|
||||
memset(tha, 0, sizeof(TwoHeadArena));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user