diff options
author | Sunil Nimmagadda <sunil@cvs.openbsd.org> | 2015-12-22 15:59:11 +0000 |
---|---|---|
committer | Sunil Nimmagadda <sunil@cvs.openbsd.org> | 2015-12-22 15:59:11 +0000 |
commit | f992e47b74f0996c1af033cd5979b76e1f7d164c (patch) | |
tree | 5206a7d798c7bf6f53662742bce597f822814c2a /usr.sbin/smtpd | |
parent | 6b14beb9bd2769206eade8ea678e10058546ebce (diff) |
Kill a trailing whitespace that snuck in with previous commit.
Diffstat (limited to 'usr.sbin/smtpd')
-rw-r--r-- | usr.sbin/smtpd/smtpctl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/smtpctl.c b/usr.sbin/smtpd/smtpctl.c index 6db7f102b08..7c2ba3c37d9 100644 --- a/usr.sbin/smtpd/smtpctl.c +++ b/usr.sbin/smtpd/smtpctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: smtpctl.c,v 1.141 2015/12/21 11:20:07 sunil Exp $ */ +/* $OpenBSD: smtpctl.c,v 1.142 2015/12/22 15:59:10 sunil Exp $ */ /* * Copyright (c) 2013 Eric Faurot <eric@openbsd.org> @@ -996,7 +996,7 @@ main(int argc, char **argv) if (strcmp(optarg, "i") == 0) sendmail_makemap = 1; break; - case 'C': + case 'C': break; /* compatibility, not required */ case 'O': if (strncmp(optarg, "AliasFile=", 10) != 0) |