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_util.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_util.h')
| -rw-r--r-- | pimd/pim_util.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/pimd/pim_util.h b/pimd/pim_util.h index 4788005206..1b319cfe4c 100644 --- a/pimd/pim_util.h +++ b/pimd/pim_util.h @@ -31,6 +31,6 @@ uint16_t igmp_msg_decode8to16(uint8_t code);  void pim_pkt_dump(const char *label, const uint8_t *buf, int size); -int pim_is_group_224_0_0_0_24 (struct in_addr group_addr); -int pim_is_group_224_4 (struct in_addr group_addr); +int pim_is_group_224_0_0_0_24(struct in_addr group_addr); +int pim_is_group_224_4(struct in_addr group_addr);  #endif /* PIM_UTIL_H */  | 
