diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-04-25 19:43:50 -0400 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-05-29 19:06:16 +0000 |
| commit | 1f312c843d03aa0fa02ac95cecb94a83578f6bdb (patch) | |
| tree | 8308b2c09539de12c5badcb14a6cb2a20f6eaa8d | |
| parent | 822167e70436b86bbd84bd825f3019b836daf802 (diff) | |
zebra: style
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
| -rw-r--r-- | zebra/zserv.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/zebra/zserv.c b/zebra/zserv.c index 20c0bf547e..6ee5ea651e 100644 --- a/zebra/zserv.c +++ b/zebra/zserv.c @@ -892,9 +892,9 @@ static void zebra_show_client_detail(struct vty *vty, struct zserv *client) } else vty_out(vty, "Not registered for Nexthop Updates\n"); - last_read_time = (time_t) atomic_load_explicit(&client->last_read_time, - memory_order_relaxed); - last_write_time = (time_t) atomic_load_explicit(&client->last_write_time, + last_read_time = (time_t)atomic_load_explicit(&client->last_read_time, + memory_order_relaxed); + last_write_time = (time_t)atomic_load_explicit(&client->last_write_time, memory_order_relaxed); last_read_cmd = atomic_load_explicit(&client->last_read_cmd, |
