From: Po Lu Date: Sun, 28 Apr 2024 01:27:59 +0000 (+0800) Subject: ; * src/term.c (turn_on_face): Fix coding style. X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~2^2~20^2~1758 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4992df159157806bcbad87569f34dc5136c96601;p=emacs.git ; * src/term.c (turn_on_face): Fix coding style. --- diff --git a/src/term.c b/src/term.c index a0baf544897..6cb57592643 100644 --- a/src/term.c +++ b/src/term.c @@ -2056,9 +2056,9 @@ turn_on_face (struct frame *f, int face_id) ts = tty->TF_set_underline_color; if (ts && face->underline_color) { - p = tparam (ts, NULL, 0, face->underline_color, 0, 0, 0); - OUTPUT (tty, p); - xfree (p); + p = tparam (ts, NULL, 0, face->underline_color, 0, 0, 0); + OUTPUT (tty, p); + xfree (p); } } }