]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
font: Remove trailing whitespaces
authorElyes Haouas <ehaouas@noos.fr>
Fri, 4 Mar 2022 06:41:58 +0000 (07:41 +0100)
committerDaniel Kiper <daniel.kiper@oracle.com>
Mon, 14 Mar 2022 14:45:03 +0000 (15:45 +0100)
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
grub-core/font/font.c

index d09bb38d8964c0e18bd910fa3c7e909ef7372a4e..42189c3254a9a31b1d2f9a9d5897162e9cfcfe1d 100644 (file)
@@ -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)