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.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lsp.c') diff --git a/lsp.c b/lsp.c index b1fe8e0..2004bb7 100644 --- a/lsp.c +++ b/lsp.c @@ -627,7 +627,7 @@ static int lsp_communication_thread(void *data) { if (!lsp_receive(lsp, (size_t)10<<20)) break; if (SDL_SemWaitTimeout(lsp->quit_sem, send_delay_ms) == 0) - break; + break; } lsp->exited = true; @@ -715,7 +715,7 @@ LSP *lsp_create(const LSPSetup *setup) { lsp->command = str_dup(command); if (configuration && *configuration) lsp->configuration_to_send = str_dup(configuration); - lsp->quit_sem = SDL_CreateSemaphore(0); + lsp->quit_sem = SDL_CreateSemaphore(0); lsp->error_mutex = SDL_CreateMutex(); lsp->messages_mutex = SDL_CreateMutex(); -- cgit v1.2.3