]> git.puffer.fish Git - mirror/frr.git/commit
pimd: Cleanup weird indentation 10299/head
authorDonald Sharp <sharpd@nvidia.com>
Thu, 6 Jan 2022 12:30:09 +0000 (07:30 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Sat, 8 Jan 2022 12:11:07 +0000 (07:11 -0500)
commitdd4a4b569752141c1df9d6824058234be03af5d7
tree886bf6b1af9d3455fb3f6cc8b360d34f082e6ebd
parent2d73a326682bc06dd404746837becbeeac176845
pimd: Cleanup weird indentation

The zlog_warn used to be bounded by a debug guard
but the debug guard was removed but the code was
never fixed up to remove the open and close paranthesis.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
pimd/pim_oil.c