Merge pull request #3005 from patrasar/indentation_warnings

pimd: fix indentation warnings
This commit is contained in:
David Lamparter 2018-09-12 12:39:26 +02:00 committed by GitHub
commit 7aab2afbad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6474,13 +6474,13 @@ static int pim_cmd_interface_delete(struct interface *ifp)
static int interface_no_ip_pim_helper(struct vty *vty) static int interface_no_ip_pim_helper(struct vty *vty)
{ {
VTY_DECLVAR_CONTEXT(interface, ifp); VTY_DECLVAR_CONTEXT(interface, ifp);
if (!pim_cmd_interface_delete(ifp)) { if (!pim_cmd_interface_delete(ifp)) {
vty_out(vty, "Unable to delete interface information\n"); vty_out(vty, "Unable to delete interface information\n");
return CMD_WARNING_CONFIG_FAILED; return CMD_WARNING_CONFIG_FAILED;
} }
return CMD_SUCCESS; return CMD_SUCCESS;
} }
DEFUN_HIDDEN (interface_no_ip_pim_ssm, DEFUN_HIDDEN (interface_no_ip_pim_ssm,