From dd4e3eb030aa63f1d0466132385db24a8676dd17 Mon Sep 17 00:00:00 2001 From: EmeraldLockdown <86802223+EmeraldLoc@users.noreply.github.com> Date: Fri, 13 Mar 2026 20:00:32 -0500 Subject: [PATCH] Resolve formatting --- src/pc/configfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pc/configfile.c b/src/pc/configfile.c index 4bb599909..eab8ca79c 100644 --- a/src/pc/configfile.c +++ b/src/pc/configfile.c @@ -201,7 +201,7 @@ unsigned int configCoopNetPort = DEFAULT_COOPNET_PORT; char configPassword[MAX_CONFIG_STRING] = ""; char configDestId[MAX_CONFIG_STRING] = "0"; // DJUI settings -struct DjuiTheme configDjuiTheme = { 0 }; +struct DjuiTheme configDjuiTheme = { 0 }; #ifdef HANDHELD bool configDjuiThemeCenter = false; #else