diff options
author | pommicket <pommicket@gmail.com> | 2025-09-28 00:45:33 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-09-28 00:46:21 -0400 |
commit | 3c9e139aec08d1bb406a6219122ca982b4b7dc34 (patch) | |
tree | 4d7993152bbb76f1d8b7df6de45fb032332b94d0 /ide-usages.c | |
parent | e78bf3013ddb588638a93bed1f6eff4d0beb5106 (diff) |
Remove trailing white space in source files
Diffstat (limited to 'ide-usages.c')
-rw-r--r-- | ide-usages.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ide-usages.c b/ide-usages.c index b94eb45..35bba24 100644 --- a/ide-usages.c +++ b/ide-usages.c @@ -51,7 +51,7 @@ void usages_process_lsp_response(Ted *ted, const LSPResponse *response) { } LSP *lsp = ted_get_lsp_by_id(ted, usages->last_request.lsp); const LSPResponseReferences *refs = &response->data.references; - if (lsp && arr_len(refs->locations)) { + if (lsp && arr_len(refs->locations)) { TextBuffer *buffer = ted->build_buffer; build_setup_buffer(ted); ted->build_shown = true; |