summaryrefslogtreecommitdiff
path: root/usr.sbin/relayd/parse.y
diff options
context:
space:
mode:
authorIgor Sobrado <sobrado@cvs.openbsd.org>2010-09-02 14:03:23 +0000
committerIgor Sobrado <sobrado@cvs.openbsd.org>2010-09-02 14:03:23 +0000
commit387e88c0114b6b3a436bae0e9990765cde6d044b (patch)
treee1bf9e53609f8950063eb0a42e49e5f7fb380598 /usr.sbin/relayd/parse.y
parent32fd4528adafb57b4319d0dfa6e5c18c71d70a06 (diff)
remove trailing spaces and tabs from source code; no binary changes
(verified by both sthen@ and me). ok sthen@; "just commit it" claudio@
Diffstat (limited to 'usr.sbin/relayd/parse.y')
-rw-r--r--usr.sbin/relayd/parse.y6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/relayd/parse.y b/usr.sbin/relayd/parse.y
index 023bea5a37e..88673e04fd3 100644
--- a/usr.sbin/relayd/parse.y
+++ b/usr.sbin/relayd/parse.y
@@ -1,4 +1,4 @@
-/* $OpenBSD: parse.y,v 1.146 2010/08/07 17:59:02 claudio Exp $ */
+/* $OpenBSD: parse.y,v 1.147 2010/09/02 14:03:22 sobrado Exp $ */
/*
* Copyright (c) 2007, 2008 Reyk Floeter <reyk@openbsd.org>
@@ -610,7 +610,7 @@ tableopts_l : tableopts tableopts_l
| tableopts
;
-tableopts : CHECK tablecheck
+tableopts : CHECK tablecheck
| port {
if ($1.op != PF_OP_EQ) {
yyerror("invalid port");
@@ -1039,7 +1039,7 @@ protonode : nodetype APPEND STRING TO STRING nodeopts {
fatal("out of memory");
free($3);
proto->lateconnect++;
- }
+ }
| nodetype FILTER {
node.action = NODE_ACTION_FILTER;
node.key = NULL;