From 4d8d62b965c7379e85aeb6e43534c89d06099ad2 Mon Sep 17 00:00:00 2001 From: Todd Lyons Date: Mon, 30 Sep 2013 10:08:53 -0700 Subject: [PATCH] Remove whitespace --- src/src/transports/smtp.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/src/transports/smtp.c b/src/src/transports/smtp.c index 25cc5490a..b18720cc0 100644 --- a/src/src/transports/smtp.c +++ b/src/src/transports/smtp.c @@ -976,7 +976,7 @@ smtp_auth(uschar *buffer, unsigned bufsize, address_item *addrlist, host_item *h FALSE); return DEFER; } - + return OK; } @@ -1991,12 +1991,12 @@ if (!ok) ok = TRUE; else the transport name. See lots of comments in deliver.c about the reasons for the complications when homonyms are involved. Just carry on after write error, as it may prove possible to update the spool file later. */ - + if (testflag(addr, af_homonym)) sprintf(CS buffer, "%.500s/%s\n", addr->unique + 3, tblock->name); else sprintf(CS buffer, "%.500s\n", addr->unique); - + DEBUG(D_deliver) debug_printf("journalling %s", buffer); len = Ustrlen(CS buffer); if (write(journal_fd, buffer, len) != len) @@ -2033,7 +2033,7 @@ if (!ok) ok = TRUE; else sprintf(CS buffer, "%.500s/%s\n", addr->unique + 3, tblock->name); else sprintf(CS buffer, "%.500s\n", addr->unique); - + DEBUG(D_deliver) debug_printf("journalling(PRDR) %s", buffer); len = Ustrlen(CS buffer); if (write(journal_fd, buffer, len) != len) -- 2.30.2