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/spf_backoff.h | |
parent | *: add indent control files (diff) | |
download | frr-d62a17aedeb0eebdba98238874bb13d62c48dbf9.tar.xz frr-d62a17aedeb0eebdba98238874bb13d62c48dbf9.zip |
*: 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/spf_backoff.h')
-rw-r--r-- | lib/spf_backoff.h | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/lib/spf_backoff.h b/lib/spf_backoff.h index 92bd46506..6de5804ac 100644 --- a/lib/spf_backoff.h +++ b/lib/spf_backoff.h @@ -30,13 +30,10 @@ struct spf_backoff; struct thread_master; struct vty; -struct spf_backoff *spf_backoff_new(struct thread_master *m, - const char *name, - long init_delay, - long short_delay, - long long_delay, - long holddown, - long timetolearn); +struct spf_backoff *spf_backoff_new(struct thread_master *m, const char *name, + long init_delay, long short_delay, + long long_delay, long holddown, + long timetolearn); void spf_backoff_free(struct spf_backoff *backoff); @@ -45,9 +42,8 @@ void spf_backoff_free(struct spf_backoff *backoff); long spf_backoff_schedule(struct spf_backoff *backoff); /* Shows status of SPF backoff instance */ -void spf_backoff_show(struct spf_backoff *backoff, - struct vty *vty, - const char *prefix); +void spf_backoff_show(struct spf_backoff *backoff, struct vty *vty, + const char *prefix); /* Writes out global SPF backoff debug config */ int spf_backoff_write_config(struct vty *vty); |