From 133e23b9d293da599d293100b33b1eba517e092e Mon Sep 17 00:00:00 2001 From: kraftwerk28 Date: Sat, 30 Jul 2022 12:06:55 +0300 Subject: [PATCH] format: code style --- render.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/render.c b/render.c index bb11aa95..91bb0ea6 100644 --- a/render.c +++ b/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;