commit 53e2292c051feddfad1ad0f75845a75ca7a854ea
parent 1da0b05a5cace6ed05244e3e2c12e4babd4641fa
Author: Neel Chauhan <neel@neelc.org>
Date: Sun, 8 Mar 2020 17:12:28 -0700
Space out the line.key/line.value in test_policy_summary_helper_family_flags()
Diffstat:
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,