[gnome-builder] config-provider: fix whitespace



commit 2563567ad662e1a1c0340c34bae5694b428a0a49
Author: Christian Hergert <chergert redhat com>
Date:   Tue Feb 14 11:24:34 2017 -0800

    config-provider: fix whitespace

 libide/buildsystem/ide-configuration-provider.h |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/libide/buildsystem/ide-configuration-provider.h b/libide/buildsystem/ide-configuration-provider.h
index 717f242..b9c19cd 100644
--- a/libide/buildsystem/ide-configuration-provider.h
+++ b/libide/buildsystem/ide-configuration-provider.h
@@ -33,11 +33,11 @@ struct _IdeConfigurationProviderInterface
 {
   GTypeInterface parent;
 
-  void   (*load)          (IdeConfigurationProvider  *self,
+  void     (*load)        (IdeConfigurationProvider  *self,
                            IdeConfigurationManager   *manager);
-  void   (*unload)        (IdeConfigurationProvider  *self,
+  void     (*unload)      (IdeConfigurationProvider  *self,
                            IdeConfigurationManager   *manager);
-  void   (*save_async)    (IdeConfigurationProvider  *self,
+  void     (*save_async)  (IdeConfigurationProvider  *self,
                            GCancellable              *cancellable,
                            GAsyncReadyCallback        callback,
                            gpointer                   user_data);
@@ -46,14 +46,14 @@ struct _IdeConfigurationProviderInterface
                            GError                   **error);
 };
 
-void ide_configuration_provider_load            (IdeConfigurationProvider *self,
-                                                 IdeConfigurationManager  *manager);
-void ide_configuration_provider_unload          (IdeConfigurationProvider *self,
-                                                 IdeConfigurationManager  *manager);
-void ide_configuration_provider_save_async      (IdeConfigurationProvider *self,
-                                                 GCancellable             *cancellable,
-                                                 GAsyncReadyCallback       callback,
-                                                 gpointer                  user_data);
+void     ide_configuration_provider_load        (IdeConfigurationProvider  *self,
+                                                 IdeConfigurationManager   *manager);
+void     ide_configuration_provider_unload      (IdeConfigurationProvider  *self,
+                                                 IdeConfigurationManager   *manager);
+void     ide_configuration_provider_save_async  (IdeConfigurationProvider  *self,
+                                                 GCancellable              *cancellable,
+                                                 GAsyncReadyCallback        callback,
+                                                 gpointer                   user_data);
 gboolean ide_configuration_provider_save_finish (IdeConfigurationProvider  *self,
                                                  GAsyncResult              *result,
                                                  GError                   **error);


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