diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2021-08-27 10:45:16 +0200 | 
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2021-08-27 10:46:53 +0200 | 
| commit | a1a4295adee0b5ef024e1c7dc2b0c3a0f2d57636 (patch) | |
| tree | 52bfdf6902e5e1bca63a5d5e681dd76aba3305b1 /pimd/pim_nb_config.c | |
| parent | dda4d23ccad4264d80cbf39091b08ed070a3791b (diff) | |
pimd: reformat after dropping indent levels
Intentionally separate here because the previous patch does a whole
bunch of "move stuff up 1 level of indentation", and reviewing that is
easier when you can use the ignore-whitespace option on diff.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'pimd/pim_nb_config.c')
| -rw-r--r-- | pimd/pim_nb_config.c | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/pimd/pim_nb_config.c b/pimd/pim_nb_config.c index 440db53611..f4627cbcc2 100644 --- a/pimd/pim_nb_config.c +++ b/pimd/pim_nb_config.c @@ -105,7 +105,7 @@ static void pim_if_membership_refresh(struct interface *ifp)  			}  		} /* scan group sources */ -	}        /* scan igmp groups */ +	}	  /* scan igmp groups */  	/*  	 * Finally delete every PIM (S,G) entry lacking all state info @@ -483,8 +483,8 @@ static void change_query_max_response_time(struct pim_interface *pim_ifp,  			igmp_group_reset_gmi(grp);  		/* scan group sources */ -		for (ALL_LIST_ELEMENTS_RO(grp->group_source_list, -					src_node, src)) { +		for (ALL_LIST_ELEMENTS_RO(grp->group_source_list, src_node, +					  src)) {  			/* reset source timers for sources with running  			 * timers  | 
