summaryrefslogtreecommitdiff
path: root/ide-definitions.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2025-09-28 00:45:33 -0400
committerpommicket <pommicket@gmail.com>2025-09-28 00:46:21 -0400
commit3c9e139aec08d1bb406a6219122ca982b4b7dc34 (patch)
tree4d7993152bbb76f1d8b7df6de45fb032332b94d0 /ide-definitions.c
parente78bf3013ddb588638a93bed1f6eff4d0beb5106 (diff)
Remove trailing white space in source files
Diffstat (limited to 'ide-definitions.c')
-rw-r--r--ide-definitions.c2
1 files changed, 1 insertions, 1 deletions
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;
}