[gnome-builder/gnome-builder-43] libide/foundry: cleanup spacing



commit c48fec97a7a6d230e552f59a783dab78fe7ff826
Author: Christian Hergert <chergert redhat com>
Date:   Mon Sep 26 13:16:25 2022 -0700

    libide/foundry: cleanup spacing

 src/libide/foundry/ide-pipeline-stage-private.h | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)
---
diff --git a/src/libide/foundry/ide-pipeline-stage-private.h b/src/libide/foundry/ide-pipeline-stage-private.h
index 6f9f1b615..53ed3146e 100644
--- a/src/libide/foundry/ide-pipeline-stage-private.h
+++ b/src/libide/foundry/ide-pipeline-stage-private.h
@@ -24,18 +24,18 @@
 
 G_BEGIN_DECLS
 
-gboolean      _ide_pipeline_stage_has_query               (IdePipelineStage     *self);
+gboolean         _ide_pipeline_stage_has_query               (IdePipelineStage     *self);
 IdePipelinePhase _ide_pipeline_stage_get_phase               (IdePipelineStage     *self);
-void          _ide_pipeline_stage_set_phase               (IdePipelineStage     *self,
-                                                           IdePipelinePhase         phase);
-void          _ide_pipeline_stage_build_with_query_async  (IdePipelineStage     *self,
-                                                           IdePipeline          *pipeline,
-                                                           GPtrArray            *targets,
-                                                           GCancellable         *cancellable,
-                                                           GAsyncReadyCallback   callback,
-                                                           gpointer              user_data);
-gboolean      _ide_pipeline_stage_build_with_query_finish (IdePipelineStage     *self,
-                                                           GAsyncResult         *result,
-                                                           GError              **error);
+void             _ide_pipeline_stage_set_phase               (IdePipelineStage     *self,
+                                                              IdePipelinePhase      phase);
+void             _ide_pipeline_stage_build_with_query_async  (IdePipelineStage     *self,
+                                                              IdePipeline          *pipeline,
+                                                              GPtrArray            *targets,
+                                                              GCancellable         *cancellable,
+                                                              GAsyncReadyCallback   callback,
+                                                              gpointer              user_data);
+gboolean         _ide_pipeline_stage_build_with_query_finish (IdePipelineStage     *self,
+                                                              GAsyncResult         *result,
+                                                              GError              **error);
 
 G_END_DECLS


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