summaryrefslogtreecommitdiff
path: root/ripngd/ripng_debug.h
diff options
context:
space:
mode:
authorwhitespace / reindent <invalid@invalid.invalid>2017-07-17 14:03:14 +0200
committerwhitespace / reindent <invalid@invalid.invalid>2017-07-17 14:04:07 +0200
commitd62a17aedeb0eebdba98238874bb13d62c48dbf9 (patch)
tree3b319b1d61c8b85b4d1f06adf8b844bb8a9b5107 /ripngd/ripng_debug.h
parent888ac268a0077fc9ebd1218cec6ae472af0bfc40 (diff)
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.h4
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 */