]> git.proxmox.com Git - mirror_frr.git/commit - ospfd/ospf_te.c
ospfd: fix stylistic issue
authorQuentin Young <qlyoung@cumulusnetworks.com>
Mon, 16 Apr 2018 18:37:30 +0000 (14:37 -0400)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Tue, 17 Apr 2018 17:58:24 +0000 (13:58 -0400)
commit72c038017e1bd3e0df21fced2e4ba113bba5e74c
treeec963149153b2364738b125f50b7c60f89e46243
parent6c2232947968f34b4038ce027861b3a0b8fb030f
ospfd: fix stylistic issue

Macro that expands to be wrapped in parentheses was being used as a raw
condition for an if statement, leading to some very weird and confusing
formatting...

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
ospfd/ospf_te.c