mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 02:30:38 +00:00
lib: Fix warning -> error build issue
When compiling ./buildtest.sh the gcc compiler on fedora 25 complains about indentation Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
7df2e1c379
commit
fa6d4efea0
@ -2303,9 +2303,9 @@ DEFUN (no_match_metric,
|
|||||||
if (argc <= idx_number)
|
if (argc <= idx_number)
|
||||||
return rmap_match_set_hook.no_match_metric (vty, index, "metric",
|
return rmap_match_set_hook.no_match_metric (vty, index, "metric",
|
||||||
NULL, RMAP_EVENT_MATCH_DELETED);
|
NULL, RMAP_EVENT_MATCH_DELETED);
|
||||||
return rmap_match_set_hook.no_match_metric(vty, index, "metric",
|
return rmap_match_set_hook.no_match_metric(vty, index, "metric",
|
||||||
argv[idx_number]->arg,
|
argv[idx_number]->arg,
|
||||||
RMAP_EVENT_MATCH_DELETED);
|
RMAP_EVENT_MATCH_DELETED);
|
||||||
}
|
}
|
||||||
return CMD_SUCCESS;
|
return CMD_SUCCESS;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user