]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/xdisp.c (draw_glyphs): Fix coding style.
authorPo Lu <luangruo@yahoo.com>
Sat, 23 Dec 2023 12:50:16 +0000 (20:50 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 23 Dec 2023 12:50:16 +0000 (20:50 +0800)
src/xdisp.c

index 0a1fef9b81c02f936ae33ce57e56d69def1b3ec4..2a979c5cb9e07058db435217c367570652cb9cef 100644 (file)
@@ -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