Gitweb:
http://git.exim.org/exim.git/commitdiff/4d8d62b965c7379e85aeb6e43534c89d06099ad2
Commit: 4d8d62b965c7379e85aeb6e43534c89d06099ad2
Parent: 970ba64f07bf5523c7098235664f2ce02962a128
Author: Todd Lyons <tlyons@???>
AuthorDate: Mon Sep 30 10:08:53 2013 -0700
Committer: Todd Lyons <tlyons@???>
CommitDate: Mon Sep 30 10:08:53 2013 -0700
Remove whitespace
---
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 25cc549..b18720c 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)