diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2017-01-13 14:10:00 +0100 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2017-01-13 14:10:00 +0100 |
commit | a6810074aa7b5cc621c8358bef99e44ee4dc3548 (patch) | |
tree | 57239e10af6c59689928fd360220c8d8f5adf683 /watchfrr/watchfrr.h | |
parent | apply rename to readme.md (diff) | |
download | frr-a6810074aa7b5cc621c8358bef99e44ee4dc3548.tar.xz frr-a6810074aa7b5cc621c8358bef99e44ee4dc3548.zip |
watchfrr: indent to Linux CodingStyle
before this patch, watchfrr was using an inconsistent style that matched
neither GNU nor Linux kernel nor BSD style. Reindent to Linux kernel
style, which should be pretty close to pimd & ldpd.
indent (2.2.11) options used:
-nbad -bap -nbc -bbo -hnl -br -brs -c33 -cd33 -ncdb -ce -ci4
-cli0 -d0 -di1 -nfc1 -i8 -ip0 -l80 -lp -npcs -nprs -npsl -sai
-saf -saw -ncs -nsc -sob -nfca -cp33 -ss -ts8 -il1
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'watchfrr/watchfrr.h')
-rw-r--r-- | watchfrr/watchfrr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/watchfrr/watchfrr.h b/watchfrr/watchfrr.h index 4a479c72e..719ad4dfd 100644 --- a/watchfrr/watchfrr.h +++ b/watchfrr/watchfrr.h @@ -26,4 +26,4 @@ extern void watchfrr_vty_init(void); extern pid_t integrated_write_pid; extern void integrated_write_sigchld(int status); -#endif /* FRR_WATCHFRR_H */ +#endif /* FRR_WATCHFRR_H */ |