DMARC: use growable-strings
[exim.git] / src / src / acl.c
index 17d6c68da009e61d0382bb44a83de3ae38aaef36..ab991ef413ee659a54e2396ef38ddcf5d669805c 100644 (file)
@@ -3773,8 +3773,9 @@ for (; cb; cb = cb->next)
       if (!f.dmarc_has_been_checked)
        dmarc_process();
       f.dmarc_has_been_checked = TRUE;
+
       /* used long way of dmarc_exim_expand_query() in case we need more
-       * view into the process in the future. */
+      view into the process in the future. */
       rc = match_isinlist(dmarc_exim_expand_query(DMARC_VERIFY_STATUS),
                          &arg, 0, NULL, NULL, MCL_STRING, TRUE, NULL);
       break;