mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-25 06:46:36 -04:00
format: code style
This commit is contained in:
parent
f6526e54a7
commit
133e23b9d2
1 changed files with 4 additions and 4 deletions
8
render.c
8
render.c
|
|
@ -388,10 +388,10 @@ draw_underline(const struct terminal *term, pixman_image_t *pix,
|
|||
#if FOOT_EXT_UNDERLINE
|
||||
static void
|
||||
draw_ext_underline(const struct terminal *term, pixman_image_t *pix,
|
||||
const struct fcft_font *font,
|
||||
const pixman_color_t *color,
|
||||
const enum underline_style style,
|
||||
int x, int y, int cols)
|
||||
const struct fcft_font *font,
|
||||
const pixman_color_t *color,
|
||||
const enum underline_style style,
|
||||
int x, int y, int cols)
|
||||
{
|
||||
if (style == UNDERLINE_NONE)
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue