mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-07-03 13:10:30 -04:00
Apply clang-format to files (#5273)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#include <string.h>
|
||||
|
||||
void PadUtils_Init(Input* input) {
|
||||
memset(input,0, sizeof(Input));
|
||||
memset(input, 0, sizeof(Input));
|
||||
}
|
||||
|
||||
void func_800FCB70(void) {
|
||||
|
||||
Reference in New Issue
Block a user