Fix white space

This commit is contained in:
SiliconA-Z 2026-04-02 14:27:49 -04:00 committed by GitHub
parent abf372f1f5
commit a0c8783552
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -462,7 +462,7 @@ static bool32 HaveCountsChanged(const u32 * curCounts, const u32 * prevCounts)
static bool32 UpdateCommunicationCounts(u32 * groupCounts, u32 * prevGroupCounts, u32 * activities, u8 taskId)
{
bool32 activitiesUpdated = FALSE;
u32 groupCountBuffer[NUM_GROUPTYPES] = { 0, 0, 0, 0 };
u32 groupCountBuffer[NUM_GROUPTYPES] = {0, 0, 0, 0};
struct WirelessLink_Group *group = (void *)gTasks[taskId].data;
s32 i, activity;