From 3c9e139aec08d1bb406a6219122ca982b4b7dc34 Mon Sep 17 00:00:00 2001 From: pommicket Date: Sun, 28 Sep 2025 00:45:33 -0400 Subject: Remove trailing white space in source files --- ide-hover.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ide-hover.c') diff --git a/ide-hover.c b/ide-hover.c index e77ffa5..b401c0c 100644 --- a/ide-hover.c +++ b/ide-hover.c @@ -64,7 +64,7 @@ static void hover_send_request(Ted *ted) { if (get_hover_position(ted, &h->position, NULL, &lsp)) { hover->requested_position = h->position; hover->last_request = lsp_send_request(lsp, &request); - } + } } void hover_process_lsp_response(Ted *ted, const LSPResponse *response) { -- cgit v1.2.3