summaryrefslogtreecommitdiffstats
path: root/src/config.y
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2013-07-17 21:28:05 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2013-07-17 21:28:05 +0200
commit88a634990ddb781bb5e24c0f33fcd0e5d59d37a6 (patch)
tree5eaf8fc059e45f1691ce44071873fd596e8b2eed /src/config.y
parent4d36f3c08334aaf9533488988278750141ef51e7 (diff)
downloadfastd-88a634990ddb781bb5e24c0f33fcd0e5d59d37a6.tar
fastd-88a634990ddb781bb5e24c0f33fcd0e5d59d37a6.zip
More whitespace fixes
Diffstat (limited to 'src/config.y')
-rw-r--r--src/config.y4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config.y b/src/config.y
index c62d5ba..500e18e 100644
--- a/src/config.y
+++ b/src/config.y
@@ -161,8 +161,8 @@ statement: peer_group_statement
| TOK_DROP TOK_CAPABILITIES drop_capabilities ';'
| TOK_LOG log ';'
| TOK_HIDE hide ';'
- | TOK_INTERFACE interface ';'
- | TOK_BIND bind ';'
+ | TOK_INTERFACE interface ';'
+ | TOK_BIND bind ';'
| TOK_MTU mtu ';'
| TOK_MODE mode ';'
| TOK_PROTOCOL protocol ';'