[gnome-builder/wip/gtk4-port: 1082/1774] plugins/buildui: whitespace cleanup




commit 507cf9dd391c13deb7d3c1c2de290b71d00759ab
Author: Christian Hergert <chergert redhat com>
Date:   Fri May 20 11:49:17 2022 -0700

    plugins/buildui: whitespace cleanup

 src/plugins/buildui/gbp-buildui-workspace-addin.c | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/src/plugins/buildui/gbp-buildui-workspace-addin.c 
b/src/plugins/buildui/gbp-buildui-workspace-addin.c
index c21c2c603..2339b197b 100644
--- a/src/plugins/buildui/gbp-buildui-workspace-addin.c
+++ b/src/plugins/buildui/gbp-buildui-workspace-addin.c
@@ -36,18 +36,18 @@
 
 struct _GbpBuilduiWorkspaceAddin
 {
-  GObject                   parent_instance;
+  GObject                    parent_instance;
 
   /* Borrowed references */
-  IdeWorkspace             *workspace;
-  GbpBuilduiOmniBarSection *omni_bar_section;
-  GbpBuilduiLogPane        *log_pane;
-  GbpBuilduiPane           *pane;
-  GtkBox                   *diag_box;
-  GtkImage                 *error_image;
-  GtkLabel                 *error_label;
-  GtkImage                 *warning_image;
-  GtkLabel                 *warning_label;
+  IdeWorkspace              *workspace;
+  GbpBuilduiOmniBarSection  *omni_bar_section;
+  GbpBuilduiLogPane         *log_pane;
+  GbpBuilduiPane            *pane;
+  GtkBox                    *diag_box;
+  GtkImage                  *error_image;
+  GtkLabel                  *error_label;
+  GtkImage                  *warning_image;
+  GtkLabel                  *warning_label;
   GbpBuilduiStatusIndicator *status_indicator;
   GtkMenuButton             *status_button;
 


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