mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-26 06:46:45 -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
|
#if FOOT_EXT_UNDERLINE
|
||||||
static void
|
static void
|
||||||
draw_ext_underline(const struct terminal *term, pixman_image_t *pix,
|
draw_ext_underline(const struct terminal *term, pixman_image_t *pix,
|
||||||
const struct fcft_font *font,
|
const struct fcft_font *font,
|
||||||
const pixman_color_t *color,
|
const pixman_color_t *color,
|
||||||
const enum underline_style style,
|
const enum underline_style style,
|
||||||
int x, int y, int cols)
|
int x, int y, int cols)
|
||||||
{
|
{
|
||||||
if (style == UNDERLINE_NONE)
|
if (style == UNDERLINE_NONE)
|
||||||
return;
|
return;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue