Tidy build for OpenBSD
[exim.git] / src / src / acl.c
index 79feb5f68076ae55552d570867ed741583e06865..921cb2ce8f0616dcb59b7c4bd0cfd7f877d2a080 100644 (file)
@@ -3931,7 +3931,7 @@ if (acl_level == 0)
   }
 else ss = s;
 
-while (isspace(*ss))ss++;
+while (isspace(*ss)) ss++;
 
 /* If we can't find a named ACL, the default is to parse it as an inline one.
 (Unless it begins with a slash; non-existent files give rise to an error.) */