Commit 13182ae9 authored by Po Lu's avatar Po Lu
Browse files

; * src/xdisp.c (draw_glyphs): Fix coding style.

parent 1be62044
Pipeline #27605 failed with stages
in 69 minutes and 36 seconds
......@@ -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
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment