[gnome-builder/wip/gtk4-port: 1175/1774] plugins/waf: fixup parameter alignment
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/gtk4-port: 1175/1774] plugins/waf: fixup parameter alignment
- Date: Mon, 11 Jul 2022 22:31:37 +0000 (UTC)
commit 1bf1cafe456a629a0380f0c57256d88c0ea7e256
Author: Christian Hergert <chergert redhat com>
Date: Thu May 26 12:04:59 2022 -0700
plugins/waf: fixup parameter alignment
src/plugins/waf/gbp-waf-run-command-provider.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/plugins/waf/gbp-waf-run-command-provider.c b/src/plugins/waf/gbp-waf-run-command-provider.c
index f3a17b0c8..ed56fb287 100644
--- a/src/plugins/waf/gbp-waf-run-command-provider.c
+++ b/src/plugins/waf/gbp-waf-run-command-provider.c
@@ -193,9 +193,9 @@ gbp_waf_run_command_provider_list_commands_async (IdeRunCommandProvider *provide
}
static GListModel *
-gbp_waf_run_command_provider_list_commands_finish (IdeRunCommandProvider *provider,
- GAsyncResult *result,
- GError **error)
+gbp_waf_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]