summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd
diff options
context:
space:
mode:
authorOmar Polo <op@cvs.openbsd.org>2023-05-10 07:19:09 +0000
committerOmar Polo <op@cvs.openbsd.org>2023-05-10 07:19:09 +0000
commit0cbcb6caaa93443f39062f60bdb46721e5dcbf9c (patch)
treeb37f4ca655eb00f7b4c9c23c4d76488022585c1b /usr.sbin/smtpd
parentf7d88e6b6fdf3e59f95a24e2d61369fc5d6c41cf (diff)
remove trailing whitespace
Diffstat (limited to 'usr.sbin/smtpd')
-rw-r--r--usr.sbin/smtpd/mda.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/mda.c b/usr.sbin/smtpd/mda.c
index edfd9886052..894bf865a76 100644
--- a/usr.sbin/smtpd/mda.c
+++ b/usr.sbin/smtpd/mda.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mda.c,v 1.144 2023/02/08 08:20:54 tb Exp $ */
+/* $OpenBSD: mda.c,v 1.145 2023/05/10 07:19:08 op Exp $ */
/*
* Copyright (c) 2008 Gilles Chehade <gilles@poolp.org>
@@ -507,7 +507,7 @@ mda_getlastline(int fd, char *dst, size_t dstsz)
size_t sz = 0;
ssize_t len;
int out = 0;
-
+
if (lseek(fd, 0, SEEK_SET) == -1) {
log_warn("warn: mda: lseek");
close(fd);