[gnome-builder/wip/gtk4-port: 1174/1774] plugins/cargo: fixup parameter alignment
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/gtk4-port: 1174/1774] plugins/cargo: fixup parameter alignment
- Date: Mon, 11 Jul 2022 22:31:37 +0000 (UTC)
commit 964dcbeb624573cfdd7462d2f3e31b1693b9fc1f
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]