summaryrefslogtreecommitdiff
path: root/bgpd/rfapi/vnc_debug.h
diff options
context:
space:
mode:
authorwhitespace / reindent <invalid@invalid.invalid>2017-08-09 11:49:42 +0200
committerwhitespace / reindent <invalid@invalid.invalid>2017-08-09 12:03:17 +0200
commitac4d0be5874fafd14212d6007fff7495edc9b152 (patch)
tree5e2f0d3189de928c849f9983406389ade3b098cb /bgpd/rfapi/vnc_debug.h
parent76a86854181c27819e5cf71b12ae1fa5ccd9e02a (diff)
indent.py `git ls-files | pcregrep '\.[ch]$' | pcregrep -v '^(ldpd|babeld|nhrpd)/'` Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'bgpd/rfapi/vnc_debug.h')
-rw-r--r--bgpd/rfapi/vnc_debug.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/bgpd/rfapi/vnc_debug.h b/bgpd/rfapi/vnc_debug.h
index d16bceed93..d44d604ead 100644
--- a/bgpd/rfapi/vnc_debug.h
+++ b/bgpd/rfapi/vnc_debug.h
@@ -1,4 +1,4 @@
-/*
+/*
*
* Copyright 2016, LabN Consulting, L.L.C.
*
@@ -45,8 +45,7 @@ extern unsigned long term_vnc_debug;
#define vnc_zlog_debug_verbose if (VNC_DEBUG(VERBOSE)) zlog_debug
#define vnc_zlog_debug_any if (VNC_DEBUG(ANY)) zlog_debug
-extern void
-vnc_debug_init (void);
+extern void vnc_debug_init(void);
#endif /* ENABLE_BGP_VNC */