Commit 20fd6b1b authored by Thomas Zimmermann's avatar Thomas Zimmermann
Browse files

fbcon: Fix empty lines in fbcon.h



Add and remove empty lines as necessary to fix coding style. No
functional changes.

Signed-off-by: default avatarThomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: default avatarSam Ravnborg <sam@ravnborg.org>
Link: https://lore.kernel.org/r/20250909124616.143365-2-tzimmermann@suse.de
parent e12e983a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -87,6 +87,7 @@ struct fbcon_ops {
	u32    cursor_size;
	u32    fd_size;
};

    /*
     *  Attribute Decoding
     */
@@ -107,7 +108,6 @@ struct fbcon_ops {
#define attr_blink(s) \
	((s) & 0x8000)


static inline int mono_col(const struct fb_info *info)
{
	__u32 max_len;