[gnome-builder/wip/gtk4-port] plugins/cargo: fixup parameter alignment



commit 2d5f74ad5244f9fa98fdfe6454a4d7f0ba1c0e19
Author: Christian Hergert <chergert redhat com>
Date:   Thu May 26 12:04:55 2022 -0700

    plugins/cargo: fixup parameter alignment

 src/plugins/cargo/gbp-cargo-run-command-provider.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/plugins/cargo/gbp-cargo-run-command-provider.c 
b/src/plugins/cargo/gbp-cargo-run-command-provider.c
index 1132db582..f47a88c2c 100644
--- a/src/plugins/cargo/gbp-cargo-run-command-provider.c
+++ b/src/plugins/cargo/gbp-cargo-run-command-provider.c
@@ -86,9 +86,9 @@ gbp_cargo_run_command_provider_list_commands_async (IdeRunCommandProvider *provi
 }
 
 static GListModel *
-gbp_cargo_run_command_provider_list_commands_finish (IdeRunCommandProvider *provider,
-                                                     GAsyncResult *result,
-                                                     GError **error)
+gbp_cargo_run_command_provider_list_commands_finish (IdeRunCommandProvider  *provider,
+                                                     GAsyncResult           *result,
+                                                     GError                **error)
 {
   GListModel *ret;
 


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