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 /lib/vrf_int.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 'lib/vrf_int.h')
| -rw-r--r-- | lib/vrf_int.h | 5 |
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 - |
