Remove curly braces

This commit is contained in:
AreaZeroArven 2023-01-07 13:15:51 -05:00 committed by GitHub
parent bce97562b8
commit f120e5b571
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -9,9 +9,7 @@ void DynamicPlaceholderTextUtil_Reset(void)
{ {
s32 i; s32 i;
for (i = 0; i < (s32)ARRAY_COUNT(sStringPointers); i++) for (i = 0; i < (s32)ARRAY_COUNT(sStringPointers); i++)
{
sStringPointers[i] = NULL; sStringPointers[i] = NULL;
}
} }
void DynamicPlaceholderTextUtil_SetPlaceholderPtr(u8 idx, const u8 *ptr) void DynamicPlaceholderTextUtil_SetPlaceholderPtr(u8 idx, const u8 *ptr)