From b5cf5901852bf89ccb05abf5653f9eadcdbaabbd Mon Sep 17 00:00:00 2001 From: w1naenator Date: Thu, 6 Nov 2025 03:29:21 +0200 Subject: [PATCH] Remove unnecessary blank line in OrbisFontStyleFrame struct --- src/core/libraries/font/font.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/libraries/font/font.h b/src/core/libraries/font/font.h index 503663cb8..7846232ec 100644 --- a/src/core/libraries/font/font.h +++ b/src/core/libraries/font/font.h @@ -162,7 +162,6 @@ struct OrbisFontStyleFrame { /*0x24*/ }; - struct OrbisFontHorizontalLayout { float baselineOffset; float lineAdvance;