grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 04/21] font: Remove trailing whitespaces


From: Elyes Haouas
Subject: [PATCH 04/21] font: Remove trailing whitespaces
Date: Fri, 4 Mar 2022 07:41:58 +0100

Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
---
 grub-core/font/font.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)
-- 
2.35.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]