From fa3dbac3c18ecf3238b141e6aea1dddcb388e65b Mon Sep 17 00:00:00 2001 From: pommicket Date: Tue, 30 Sep 2025 11:27:10 -0400 Subject: Fix some weird whitespace --- ide-code-action.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ide-code-action.c') diff --git a/ide-code-action.c b/ide-code-action.c index 3161130..edcae7c 100644 --- a/ide-code-action.c +++ b/ide-code-action.c @@ -211,7 +211,7 @@ void code_action_frame(Ted *ted) { if (rect_contains_point(entry_rect, ted->mouse_pos)) { // hovering over this entry ted->cursor = ted->cursor_hand; - gl_geometry_rect(entry_rect, settings_color(settings, COLOR_AUTOCOMPLETE_HL)); + gl_geometry_rect(entry_rect, settings_color(settings, COLOR_AUTOCOMPLETE_HL)); } arr_foreach_ptr(ted->mouse_clicks[SDL_BUTTON_LEFT], const MouseClick, click) if (rect_contains_point(entry_rect, click->pos)) -- cgit v1.2.3