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-definitions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ide-definitions.c') diff --git a/ide-definitions.c b/ide-definitions.c index 8b895db..f416aba 100644 --- a/ide-definitions.c +++ b/ide-definitions.c @@ -193,7 +193,7 @@ void definitions_process_lsp_response(Ted *ted, LSP *lsp, const LSPResponse *res } LSPLocation location = response_def->locations[0]; const char *path = lsp_document_path(lsp, location.document); - if (!ted_open_file(ted, path)) { + if (!ted_open_file(ted, path)) { ted_flash_error_cursor(ted); return; } -- cgit v1.2.3