summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorGilles Chehade <gilles@cvs.openbsd.org>2019-11-26 07:28:38 +0000
committerGilles Chehade <gilles@cvs.openbsd.org>2019-11-26 07:28:38 +0000
commit27c93f4c709c63be10b0d414738acabf5e455bf5 (patch)
tree0ad770c48b0ca477c7e3b4de57f97e43ae167504 /usr.sbin
parentd038c18a60afc049fa55a1490ad798f2e1864613 (diff)
whitespaces
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/smtpd/parse.y4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/parse.y b/usr.sbin/smtpd/parse.y
index f94b46851f2..1867e14d801 100644
--- a/usr.sbin/smtpd/parse.y
+++ b/usr.sbin/smtpd/parse.y
@@ -1,4 +1,4 @@
-/* $OpenBSD: parse.y,v 1.265 2019/11/26 06:10:20 gilles Exp $ */
+/* $OpenBSD: parse.y,v 1.266 2019/11/26 07:28:37 gilles Exp $ */
/*
* Copyright (c) 2008 Gilles Chehade <gilles@poolp.org>
@@ -1964,7 +1964,7 @@ opt_sock_listen : FILTER STRING {
listen_opts.options |= LO_TAG;
if (strlen($2) >= SMTPD_TAG_SIZE) {
- yyerror("tag name too long");
+ yyerror("tag name too long");
free($2);
YYERROR;
}