[gnome-builder] lsp: whitespace fix



commit 6526d863d6b4d2e830f988a57720c20ea5e7c47e
Author: Daniel Buch <boogiewasthere gmail com>
Date:   Sun Jan 20 00:08:48 2019 +0100

    lsp: whitespace fix

 src/libide/lsp/ide-lsp-client.h | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/src/libide/lsp/ide-lsp-client.h b/src/libide/lsp/ide-lsp-client.h
index cb294c61d..2a453f600 100644
--- a/src/libide/lsp/ide-lsp-client.h
+++ b/src/libide/lsp/ide-lsp-client.h
@@ -37,14 +37,14 @@ struct _IdeLspClientClass
 {
   IdeObjectClass parent_class;
 
-  void     (*notification)          (IdeLspClient *self,
-                                     const gchar       *method,
-                                     GVariant          *params);
-  gboolean (*supports_language)     (IdeLspClient *self,
-                                     const gchar       *language_id);
-  void     (*published_diagnostics) (IdeLspClient *self,
-                                     GFile             *file,
-                                     IdeDiagnostics    *diagnostics);
+  void     (*notification)          (IdeLspClient   *self,
+                                     const gchar    *method,
+                                     GVariant       *params);
+  gboolean (*supports_language)     (IdeLspClient   *self,
+                                     const gchar    *language_id);
+  void     (*published_diagnostics) (IdeLspClient   *self,
+                                     GFile           *file,
+                                     IdeDiagnostics  *diagnostics);
 
   /*< private >*/
   gpointer _reserved[16];


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