summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Chehade <gilles@cvs.openbsd.org>2015-12-12 18:52:24 +0000
committerGilles Chehade <gilles@cvs.openbsd.org>2015-12-12 18:52:24 +0000
commit78550901fa77208d2f01cac949eda91f5779a5c3 (patch)
treed30e58799b7c720cd53361cb25eb86065ac1de9b
parent02c8ddc0846925c8d8cba597d07999e4ad14ab61 (diff)
whitespaces
-rw-r--r--usr.sbin/smtpd/parse.y12
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/smtpd/parse.y b/usr.sbin/smtpd/parse.y
index 342c89b6920..efabbf246af 100644
--- a/usr.sbin/smtpd/parse.y
+++ b/usr.sbin/smtpd/parse.y
@@ -1,4 +1,4 @@
-/* $OpenBSD: parse.y,v 1.175 2015/12/12 18:49:38 gilles Exp $ */
+/* $OpenBSD: parse.y,v 1.176 2015/12/12 18:52:23 gilles Exp $ */
/*
* Copyright (c) 2008 Gilles Chehade <gilles@poolp.org>
@@ -926,11 +926,11 @@ main : BOUNCEWARN {
(void)strlcpy(sca->ca_name, buf, sizeof(sca->ca_name));
dict_set(conf->sc_ca_dict, sca->ca_name, sca);
}
- } ca
- | CIPHERS STRING {
- env->sc_tls_ciphers = $2;
- }
- ;
+ } ca
+ | CIPHERS STRING {
+ env->sc_tls_ciphers = $2;
+ }
+ ;
filter_args :
| STRING {