tidying
[exim.git] / src / src / pdkim / pdkim.c
index 21e17c61e8d4046ef9aef6dfa26202f657484513..565ee068eaec42e5458522c407b464a3e47dafea 100644 (file)
@@ -679,8 +679,7 @@ for (const uschar * ele = raw_record, * tspec, * end, * val; *ele; ele = end)
     DEBUG(D_acl) debug_printf(" %.*s=%s\n", taglen, tspec, val);
     while (taglen > 1 && isspace(tspec[taglen-1]))
       taglen--;                        /* Ignore whitespace before = */
-    while (isspace(*val))
-      val++;                   /* Ignore whitespace after = */
+    Uskip_whitespace(&val);    /* Ignore whitespace after = */
     if (isspace(val[ Ustrlen(val)-1 ]))
       {                                /* Ignore whitespace after value */
       gstring * g = string_cat(NULL, val);