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 --- lsp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lsp.h') diff --git a/lsp.h b/lsp.h index 66f24de..c267283 100644 --- a/lsp.h +++ b/lsp.h @@ -273,7 +273,7 @@ typedef struct { LSPRequestType type; LSPString id_string; // if non-empty, this is the ID (only for server-to-client messages; we always use integer IDs) // one member of this union is set depending on `type`. - union { + union { LSPRequestCancel cancel; LSPRequestDidOpen open; LSPRequestDidClose close; @@ -365,7 +365,7 @@ typedef enum { } LSPCompletionKind; // interface TextEdit in the LSP spec -typedef struct { +typedef struct { LSPRange range; LSPString new_text; } LSPTextEdit; -- cgit v1.2.3