mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 09:00:55 +00:00
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:
parent
ab7e3ba180
commit
30f0195d0a
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user