diff options
| author | whitespace / reindent <invalid@invalid.invalid> | 2017-07-17 14:03:14 +0200 | 
|---|---|---|
| committer | whitespace / reindent <invalid@invalid.invalid> | 2017-07-17 14:04:07 +0200 | 
| commit | d62a17aedeb0eebdba98238874bb13d62c48dbf9 (patch) | |
| tree | 3b319b1d61c8b85b4d1f06adf8b844bb8a9b5107 /pimd/pim_zebra.h | |
| parent | 888ac268a0077fc9ebd1218cec6ae472af0bfc40 (diff) | |
*: reindentreindent-master-after
indent.py `git ls-files | pcregrep '\.[ch]$' | pcregrep -v '^(ldpd|babeld|nhrpd)/'`
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'pimd/pim_zebra.h')
| -rw-r--r-- | pimd/pim_zebra.h | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/pimd/pim_zebra.h b/pimd/pim_zebra.h index 37024073ea..9b5450d66a 100644 --- a/pimd/pim_zebra.h +++ b/pimd/pim_zebra.h @@ -27,9 +27,9 @@  #include "pim_ifchannel.h"  void pim_zebra_init(void); -void pim_zebra_zclient_update (struct vty *vty); +void pim_zebra_zclient_update(struct vty *vty); -void pim_scan_individual_oil (struct channel_oil *c_oil, int in_vif_index); +void pim_scan_individual_oil(struct channel_oil *c_oil, int in_vif_index);  void pim_scan_oil(void);  void igmp_anysource_forward_start(struct igmp_group *group); @@ -43,5 +43,5 @@ void pim_forward_start(struct pim_ifchannel *ch);  void pim_forward_stop(struct pim_ifchannel *ch);  void sched_rpf_cache_refresh(void); -struct zclient *pim_zebra_zclient_get (void); +struct zclient *pim_zebra_zclient_get(void);  #endif /* PIM_ZEBRA_H */  | 
