diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2013-07-17 21:28:05 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2013-07-17 21:28:05 +0200 |
commit | 88a634990ddb781bb5e24c0f33fcd0e5d59d37a6 (patch) | |
tree | 5eaf8fc059e45f1691ce44071873fd596e8b2eed | |
parent | 4d36f3c08334aaf9533488988278750141ef51e7 (diff) | |
download | fastd-88a634990ddb781bb5e24c0f33fcd0e5d59d37a6.tar fastd-88a634990ddb781bb5e24c0f33fcd0e5d59d37a6.zip |
More whitespace fixes
-rw-r--r-- | src/config.y | 4 |
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 ';' |