tidying
[exim.git] / src / src / transports / pipe.c
index 60a20c8fe87d7500ba418a8e52a700b32df901c2..f8a1427b93b789080570454ebbbb2be7f31d7096 100644 (file)
@@ -562,7 +562,7 @@ if (testflag(addr, af_pfr) && addr->local_part[0] == '|')
   else
     {
     cmd = addr->local_part + 1;
-    while (isspace(*cmd)) cmd++;
+    Uskip_whitespace(&cmd);
     expand_arguments = testflag(addr, af_expand_pipe);
     expand_fail = FAIL;
     }