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 /ripngd/ripng_debug.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 'ripngd/ripng_debug.h')
| -rw-r--r-- | ripngd/ripng_debug.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ripngd/ripng_debug.h b/ripngd/ripng_debug.h index b4e1455ad7..8124a1a0c9 100644 --- a/ripngd/ripng_debug.h +++ b/ripngd/ripng_debug.h @@ -44,7 +44,7 @@ extern unsigned long ripng_debug_event; extern unsigned long ripng_debug_packet; extern unsigned long ripng_debug_zebra; -extern void ripng_debug_init (void); -extern void ripng_debug_reset (void); +extern void ripng_debug_init(void); +extern void ripng_debug_reset(void); #endif /* _ZEBRA_RIPNG_DEBUG_H */ |
