[gnome-builder] lsp: whitespace cleanup



commit 266035aa5ade6c407101f02b736bbdb4843839db
Author: Christian Hergert <chergert redhat com>
Date:   Fri Nov 22 13:27:14 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 56a2a9a72..be374a2e0 100644
--- a/src/libide/lsp/ide-lsp-client.c
+++ b/src/libide/lsp/ide-lsp-client.c
@@ -216,8 +216,10 @@ ide_lsp_client_buffer_insert_text (IdeLspClient *self,
       "}",
     "]");
 
-  ide_lsp_client_send_notification_async (self, "textDocument/didChange",
-                                               params, NULL, NULL, NULL);
+  ide_lsp_client_send_notification_async (self,
+                                          "textDocument/didChange",
+                                          params,
+                                          NULL, NULL, NULL);
 
   IDE_EXIT;
 }
@@ -285,8 +287,10 @@ ide_lsp_client_buffer_delete_range (IdeLspClient *self,
       "}",
     "]");
 
-  ide_lsp_client_send_notification_async (self, "textDocument/didChange",
-                                               params, NULL, NULL, NULL);
+  ide_lsp_client_send_notification_async (self,
+                                          "textDocument/didChange",
+                                          params,
+                                          NULL, NULL, NULL);
 
   IDE_EXIT;
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]