commit dccac40e6998a63894823c0ca3f8ea9c21ef8f18 parent 9ffbe8ad593cd2e9b3a6be29c3e36a8da9e5a9ed Author: George Kadianakis <desnacked@riseup.net> Date: Thu, 19 Mar 2020 17:16:00 +0200 Merge branch 'tor-github/pr/1778' Diffstat:
| M | src/test/test_policy.c | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/test/test_policy.c b/src/test/test_policy.c @@ -62,8 +62,8 @@ test_policy_summary_helper_family_flags(const char *policy_str, short_policy_t *short_policy = NULL; int success = 0; - line.key = (char*)"foo"; - line.value = (char *)policy_str; + line.key = (char *) "foo"; + line.value = (char *) policy_str; line.next = NULL; r = policies_parse_exit_policy(&line, &policy,