summaryrefslogtreecommitdiff
path: root/lib/vrf_int.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 /lib/vrf_int.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 'lib/vrf_int.h')
-rw-r--r--lib/vrf_int.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/vrf_int.h b/lib/vrf_int.h
index f0301b7670..d7fe735817 100644
--- a/lib/vrf_int.h
+++ b/lib/vrf_int.h
@@ -42,7 +42,7 @@
* Given a newly running vrf enable it to be used
* by interested routing protocols
*/
-extern int vrf_enable (struct vrf *);
+extern int vrf_enable(struct vrf *);
/*
* vrf_delete
@@ -50,7 +50,6 @@ extern int vrf_enable (struct vrf *);
* Given a vrf that is being deleted, delete it
* from interested parties
*/
-extern void vrf_delete (struct vrf *);
+extern void vrf_delete(struct vrf *);
#endif
-