diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2019-04-18 20:03:35 +0000 | 
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2019-05-17 00:27:08 +0000 | 
| commit | 2fff50ec018fb6ea64329399b103be7f4359f021 (patch) | |
| tree | 0169145e9a0102fc1cecd63caef1e5a22e906c10 /vrrpd/vrrp_main.c | |
| parent | 4edac1f75f2c8e3366feacf17482169547108bba (diff) | |
vrrpd, lib: style fixes
Fixup:
* Blank lines after declarations
* Trailing whitespace
* Braces and parentheses
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'vrrpd/vrrp_main.c')
| -rw-r--r-- | vrrpd/vrrp_main.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/vrrpd/vrrp_main.c b/vrrpd/vrrp_main.c index 8e2b6249ff..d6a43be8e8 100644 --- a/vrrpd/vrrp_main.c +++ b/vrrpd/vrrp_main.c @@ -57,7 +57,7 @@ struct zebra_privs_t vrrp_privs = {  	.cap_num_p = array_size(_caps_p),  	.cap_num_i = 0}; -struct option longopts[] = {{0}}; +struct option longopts[] = {};  /* Master of threads. */  struct thread_master *master;  | 
