From 53e2292c051feddfad1ad0f75845a75ca7a854ea Mon Sep 17 00:00:00 2001 From: Neel Chauhan Date: Sun, 8 Mar 2020 17:12:28 -0700 Subject: [PATCH] Space out the line.key/line.value in test_policy_summary_helper_family_flags() --- 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 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,