[Privoxy-commits] [privoxy] 01/08: action_render_string_actions_template(): Adjust space around function parameters
User Git
git at git.privoxy.org
Sat Sep 9 11:55:15 CEST 2023
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
commit 2d08ec2fef1ad059138cc7c23c4146295bbfa2eb
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Sat Sep 9 08:08:34 2023 +0200
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;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list