[gnome-builder] libide/lsp: space cleanup



commit 40621b44b94557e902286d6c140e1182a9fbdff0
Author: Christian Hergert <chergert redhat com>
Date:   Thu Oct 6 16:33:55 2022 -0700

    libide/lsp: space cleanup

 src/libide/lsp/ide-lsp-diagnostic-provider.c | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/src/libide/lsp/ide-lsp-diagnostic-provider.c b/src/libide/lsp/ide-lsp-diagnostic-provider.c
index 245d6f542..49265f3fb 100644
--- a/src/libide/lsp/ide-lsp-diagnostic-provider.c
+++ b/src/libide/lsp/ide-lsp-diagnostic-provider.c
@@ -31,8 +31,8 @@
 
 typedef struct
 {
-  IdeLspClient *client;
-  IdeSignalGroup    *client_signals;
+  IdeLspClient   *client;
+  IdeSignalGroup *client_signals;
 } IdeLspDiagnosticProviderPrivate;
 
 static void diagnostic_provider_iface_init (IdeDiagnosticProviderInterface *iface);
@@ -51,8 +51,8 @@ static GParamSpec *properties [N_PROPS];
 
 static void
 ide_lsp_diagnostic_provider_get_diagnostics_cb (GObject      *object,
-                                                     GAsyncResult *result,
-                                                     gpointer      user_data)
+                                                GAsyncResult *result,
+                                                gpointer      user_data)
 {
   IdeLspClient *client = (IdeLspClient *)object;
   g_autoptr(IdeDiagnostics) diagnostics = NULL;
@@ -149,9 +149,9 @@ ide_lsp_diagnostic_provider_finalize (GObject *object)
 
 static void
 ide_lsp_diagnostic_provider_get_property (GObject    *object,
-                                               guint       prop_id,
-                                               GValue     *value,
-                                               GParamSpec *pspec)
+                                          guint       prop_id,
+                                          GValue     *value,
+                                          GParamSpec *pspec)
 {
   IdeLspDiagnosticProvider *self = IDE_LSP_DIAGNOSTIC_PROVIDER (object);
 
@@ -168,9 +168,9 @@ ide_lsp_diagnostic_provider_get_property (GObject    *object,
 
 static void
 ide_lsp_diagnostic_provider_set_property (GObject      *object,
-                                               guint         prop_id,
-                                               const GValue *value,
-                                               GParamSpec   *pspec)
+                                          guint         prop_id,
+                                          const GValue *value,
+                                          GParamSpec   *pspec)
 {
   IdeLspDiagnosticProvider *self = IDE_LSP_DIAGNOSTIC_PROVIDER (object);
 
@@ -237,7 +237,7 @@ ide_lsp_diagnostic_provider_get_client (IdeLspDiagnosticProvider *self)
 
 void
 ide_lsp_diagnostic_provider_set_client (IdeLspDiagnosticProvider *self,
-                                             IdeLspClient             *client)
+                                        IdeLspClient             *client)
 {
   IdeLspDiagnosticProviderPrivate *priv = ide_lsp_diagnostic_provider_get_instance_private (self);
 


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