From: Neel Chauhan Date: Mon, 9 Mar 2020 00:12:28 +0000 (-0700) Subject: Space out the line.key/line.value in test_policy_summary_helper_family_flags() X-Git-Tag: tor-0.4.5.0-alpha-dev~118^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=53e2292c051feddfad1ad0f75845a75ca7a854ea;p=thirdparty%2Ftor.git Space out the line.key/line.value in test_policy_summary_helper_family_flags() --- diff --git a/src/test/test_policy.c b/src/test/test_policy.c index 762241249c..fb4b703cae 100644 --- 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,