diff options
author | Todd Lyons <tlyons@exim.org> | 2013-09-30 10:08:53 -0700 |
---|---|---|
committer | Todd Lyons <tlyons@exim.org> | 2013-09-30 10:08:53 -0700 |
commit | 4d8d62b965c7379e85aeb6e43534c89d06099ad2 (patch) | |
tree | 203b9cb2921b201d8fd57a3dee0d303681af231c /src | |
parent | 970ba64f07bf5523c7098235664f2ce02962a128 (diff) |
Remove whitespace
Diffstat (limited to 'src')
-rw-r--r-- | src/src/transports/smtp.c | 8 |
1 files 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) |