From: Elyes Haouas Date: Fri, 4 Mar 2022 06:41:58 +0000 (+0100) Subject: font: Remove trailing whitespaces X-Git-Tag: grub-2.12-rc1~466 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f1f912f9c1b096ec2fa97c4de0c5376fdd860a17;p=thirdparty%2Fgrub.git font: Remove trailing whitespaces Signed-off-by: Elyes Haouas Reviewed-by: Daniel Kiper --- diff --git a/grub-core/font/font.c b/grub-core/font/font.c index d09bb38d8..42189c325 100644 --- a/grub-core/font/font.c +++ b/grub-core/font/font.c @@ -936,7 +936,7 @@ grub_font_get_height (grub_font_t font) } /* Get the glyph for FONT corresponding to the Unicode code point CODE. - Returns the ASCII glyph for the code if no other fonts are available. + Returns the ASCII glyph for the code if no other fonts are available. The glyphs are cached once loaded. */ struct grub_font_glyph * grub_font_get_glyph (grub_font_t font, grub_uint32_t code)