netfilter: ebtables: fix indent on if statements
authorColin Ian King <colin.king@canonical.com>
Tue, 15 Aug 2017 09:50:34 +0000 (10:50 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Thu, 24 Aug 2017 16:56:17 +0000 (18:56 +0200)
commitc816c2558ed45e2db522ce8400fae82be6662415
treef78ed4763e45400ad16cab50168fda71f4f2a882
parentb3480fe059ac9121b5714205b4ddae14b59ef4be
netfilter: ebtables: fix indent on if statements

The returns on some if statements are not indented correctly,
add in the missing tab.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/bridge/netfilter/ebt_ip.c
net/bridge/netfilter/ebt_ip6.c