shift queue name use up to top layer in spooldir hierachy
[exim.git] / src / src / receive.c
index a0d975897ee13ad78b3ddbbbab24f379b01bdde7..8e4384ae1b8953d052f68333f4bcf2a099081d1f 100644 (file)
@@ -2869,7 +2869,7 @@ if ((data_fd = Uopen(spool_name, O_RDWR|O_CREAT|O_EXCL, SPOOL_MODE)) < 0)
   {
   if (errno == ENOENT)
     {
-    (void)directory_make(spool_directory,
+    (void) directory_make(spool_directory,
                        spool_sname(US"input", message_subdir),
                        INPUT_DIRECTORY_MODE, TRUE);
     data_fd = Uopen(spool_name, O_RDWR|O_CREAT|O_EXCL, SPOOL_MODE);