[gnome-builder] plugins/flatpak: style cleanup



commit 32ef0442cd69a59f616941b4f62bd62a61f23bd3
Author: Christian Hergert <chergert redhat com>
Date:   Sat Aug 27 21:58:34 2022 -0700

    plugins/flatpak: style cleanup

 src/plugins/flatpak/gbp-flatpak-config-provider.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/plugins/flatpak/gbp-flatpak-config-provider.c 
b/src/plugins/flatpak/gbp-flatpak-config-provider.c
index 852ecc031..bc9dbfc80 100644
--- a/src/plugins/flatpak/gbp-flatpak-config-provider.c
+++ b/src/plugins/flatpak/gbp-flatpak-config-provider.c
@@ -256,14 +256,14 @@ reload_manifest_cb (GObject      *object,
   is_active = current == IDE_CONFIG (old_manifest);
 
   ide_config_provider_emit_added (IDE_CONFIG_PROVIDER (self),
-                                         IDE_CONFIG (new_manifest));
+                                  IDE_CONFIG (new_manifest));
 
   if (is_active)
     ide_config_manager_set_current (manager,
-                                           IDE_CONFIG (new_manifest));
+                                    IDE_CONFIG (new_manifest));
 
   ide_config_provider_emit_removed (IDE_CONFIG_PROVIDER (self),
-                                           IDE_CONFIG (old_manifest));
+                                    IDE_CONFIG (old_manifest));
 }
 
 static void


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