From ab1e8d321a179bfb97801d900be69b5dc5762267 Mon Sep 17 00:00:00 2001 From: Daniel Svensson Date: Fri, 22 Dec 2023 11:02:03 +0100 Subject: [PATCH] Fix indentation in ezhud to avoid confusing the compiler. --- plugins/ezhud/hud_common.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/ezhud/hud_common.c b/plugins/ezhud/hud_common.c index 589f987f6..875e70e78 100644 --- a/plugins/ezhud/hud_common.c +++ b/plugins/ezhud/hud_common.c @@ -7969,8 +7969,8 @@ static void SCR_HUD_DrawNotImplemented(hud_t *hud) width = 8 * strlen(line1); height = 8; - if (!HUD_PrepareDraw(hud, width, height, &x, &y)) - return; + if (!HUD_PrepareDraw(hud, width, height, &x, &y)) + return; Draw_SString(x, y, line1, 1); }