tidying
[exim.git] / src / src / daemon.c
index a1ef1f930c985442c7a3e20d1ae388fe5efe226e..81fb6944738dcf8f8103c412f0b0e102720aab9f 100644 (file)
@@ -2127,8 +2127,8 @@ for (;;)
       have enough queue runners on the go. If we are not running as root, a
       re-exec is required. */
 
-      if (queue_interval > 0 &&
-         (local_queue_run_max <= 0 || queue_run_count < local_queue_run_max))
+      if (  queue_interval > 0
+         && (local_queue_run_max <= 0 || queue_run_count < local_queue_run_max))
         {
         if ((pid = exim_fork(US"queue runner")) == 0)
           {