lib: fix style misalignment

Just a line that sticks out like a sore thumb.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
This commit is contained in:
David Lamparter 2021-11-17 11:33:12 +01:00
parent ab7e3ba180
commit 30f0195d0a

View File

@ -321,7 +321,7 @@ extern struct vty *vty_stdio(void (*atclose)(int isexit));
extern int vty_out(struct vty *, const char *, ...) PRINTFRR(2, 3);
extern void vty_frame(struct vty *, const char *, ...) PRINTFRR(2, 3);
extern void vty_endframe(struct vty *, const char *);
bool vty_set_include(struct vty *vty, const char *regexp);
extern bool vty_set_include(struct vty *vty, const char *regexp);
extern bool vty_read_config(struct nb_config *config, const char *config_file,
char *config_default_dir);