From: Po Lu Date: Sat, 23 Dec 2023 12:50:16 +0000 (+0800) Subject: ; * src/xdisp.c (draw_glyphs): Fix coding style. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=13182ae976859114601c12abff27378a31db3c2f;p=emacs.git ; * src/xdisp.c (draw_glyphs): Fix coding style. --- diff --git a/src/xdisp.c b/src/xdisp.c index 0a1fef9b81c..2a979c5cb9e 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -30955,7 +30955,7 @@ draw_glyphs (struct window *w, int x, struct glyph_row *row, ptrdiff_t id; id = lookup_image (f, s->img->spec, hlinfo->mouse_face_face_id); s->img = IMAGE_FROM_ID (f, id); - prepare_image_for_display(f, s->img); + prepare_image_for_display (f, s->img); } } #endif