tidying
[exim.git] / src / src / deliver.c
index 9ebd281fca33d32ba750050d28355d0688bef00f..f2187e22aaf72961881cb3da3d63e5d90468b0dd 100644 (file)
@@ -2884,10 +2884,8 @@ while (addr_local)
   deliveries (e.g. to pipes) can take a substantial time. */
 
   if (!(dbm_file = dbfn_open(US"retry", O_RDONLY, &dbblock, FALSE, TRUE)))
-    {
     DEBUG(D_deliver|D_retry|D_hints_lookup)
       debug_printf("no retry data available\n");
-    }
 
   addr2 = addr;
   addr3 = NULL;