[gnome-builder] lsp: whitespace cleanup
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] lsp: whitespace cleanup
- Date: Thu, 5 Dec 2019 20:14:27 +0000 (UTC)
commit 6eed215b42cf94690167b26530bd5e601263b9db
Author: Christian Hergert <chergert redhat com>
Date: Thu Dec 5 12:14:27 2019 -0800
lsp: whitespace cleanup
src/libide/lsp/ide-lsp-client.c | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/src/libide/lsp/ide-lsp-client.c b/src/libide/lsp/ide-lsp-client.c
index 1cbec0ca0..47f23b49b 100644
--- a/src/libide/lsp/ide-lsp-client.c
+++ b/src/libide/lsp/ide-lsp-client.c
@@ -358,8 +358,10 @@ ide_lsp_client_buffer_loaded (IdeLspClient *self,
"}"
);
- ide_lsp_client_send_notification_async (self, "textDocument/didOpen",
- params, NULL, NULL, NULL);
+ ide_lsp_client_send_notification_async (self,
+ "textDocument/didOpen",
+ params,
+ NULL, NULL, NULL);
IDE_EXIT;
}
@@ -390,8 +392,10 @@ ide_lsp_client_buffer_unloaded (IdeLspClient *self,
"}"
);
- ide_lsp_client_send_notification_async (self, "textDocument/didClose",
- params, NULL, NULL, NULL);
+ ide_lsp_client_send_notification_async (self,
+ "textDocument/didClose",
+ params,
+ NULL, NULL, NULL);
IDE_EXIT;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]