run clang-format

This commit is contained in:
Pheenoh
2020-12-26 11:31:49 -05:00
parent 64a6a97b7b
commit 4c504d078d
180 changed files with 4083 additions and 4253 deletions
+2 -4
View File
@@ -2,13 +2,11 @@
#include "f/f_pc/f_pc_profile.h"
// g_fpcPf_ProfileList_p
extern void ** lbl_80450D50;
extern void** lbl_80450D50;
extern "C" {
void * fpcPf_Get(s16 profileID)
{
void* fpcPf_Get(s16 profileID) {
return lbl_80450D50[profileID];
}
};