From 2d08ec2fef1ad059138cc7c23c4146295bbfa2eb Mon Sep 17 00:00:00 2001
From: Fabian Keil <fk@fabiankeil.de>
Date: Sat, 9 Sep 2023 08:08:34 +0200
Subject: [PATCH] action_render_string_actions_template(): Adjust space around
 function parameters

---
 cgiedit.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cgiedit.c b/cgiedit.c
index e73d5ee7..f568b3db 100644
--- a/cgiedit.c
+++ b/cgiedit.c
@@ -4500,9 +4500,9 @@ static jb_err actions_to_radio(struct map * exports,
  *                JB_ERR_MEMORY on out-of-memory
  *
  *********************************************************************/
-static jb_err action_render_string_actions_template(struct map * exports,
+static jb_err action_render_string_actions_template(struct map *exports,
                                        const struct action_spec *action,
-                                       const char* action_template,
+                                       const char *action_template,
                                        const struct string_action_type_info *string_action_type)
 {
    jb_err err = JB_ERR_OK;
-- 
2.49.0