Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
13182ae9
Commit
13182ae9
authored
Dec 23, 2023
by
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
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/xdisp.c
src/xdisp.c
+1
-1
No files found.
src/xdisp.c
View file @
13182ae9
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment