From a0c878355254a36fdeb8f450dddd1af02431a7ff Mon Sep 17 00:00:00 2001 From: SiliconA-Z Date: Thu, 2 Apr 2026 14:27:49 -0400 Subject: [PATCH] Fix white space --- src/wireless_communication_status_screen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wireless_communication_status_screen.c b/src/wireless_communication_status_screen.c index 453627ac6..567735c01 100644 --- a/src/wireless_communication_status_screen.c +++ b/src/wireless_communication_status_screen.c @@ -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;