]> git.puffer.fish Git - mirror/frr.git/commit
lib: redundant parentheses (SA) 3062/head
authorF. Aragon <paco@voltanet.io>
Thu, 20 Sep 2018 15:36:21 +0000 (17:36 +0200)
committerF. Aragon <paco@voltanet.io>
Thu, 20 Sep 2018 15:36:21 +0000 (17:36 +0200)
commit1768243e537f32f2c43c58dd4665605b8001469e
tree728e95e290102eba9ab5c9524635aee2ed911689
parentdc790ba83d9ff3b0fa31993bea7682e720f3023b
lib: redundant parentheses (SA)

Redundant parentheses surrounding declarator removed.

Can be detected via static analysis with e.g.

./configure CFLAGS=-Wredundant-parens CC=clang

Signed-off-by: F. Aragon <paco@voltanet.io>
lib/vrf.h