clang format fix

This commit is contained in:
georgemoralis 2024-03-07 00:39:46 +02:00
parent 5c7545198e
commit 1613e22d99
1 changed files with 2 additions and 2 deletions

View File

@ -1020,10 +1020,10 @@ int PS4_SYSV_ABI sceUserServiceGetTraditionalChineseInputType() {
return ORBIS_OK;
}
s32 PS4_SYSV_ABI sceUserServiceGetUserColor(int user_id,int *color) {
s32 PS4_SYSV_ABI sceUserServiceGetUserColor(int user_id, int* color) {
// TODO fix me better
PRINT_DUMMY_FUNCTION_NAME();
*color=0; // blue
*color = 0; // blue
return ORBIS_OK;
}