diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2019-02-26 18:49:11 +0000 | 
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2019-05-17 00:27:08 +0000 | 
| commit | 354b49d6d9433c3e5b57fb76e8ce8b72c9388d26 (patch) | |
| tree | 3a347608da374cbb6c66749adadb6b07bba529ef /vrrpd/vrrp_main.c | |
| parent | 8cd1d2779da8c2188e91c518fcbc18740086e300 (diff) | |
vrrpd: style cleanup
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 0117497590..0ac77350eb 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[] = {{0}};  /* Master of threads. */  struct thread_master *master;  | 
