summaryrefslogtreecommitdiffstats
path: root/zebra
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2018-04-26 01:43:50 +0200
committerQuentin Young <qlyoung@cumulusnetworks.com>2018-05-29 21:06:16 +0200
commit1f312c843d03aa0fa02ac95cecb94a83578f6bdb (patch)
tree8308b2c09539de12c5badcb14a6cb2a20f6eaa8d /zebra
parentzebra: some more i/o optimizations (diff)
downloadfrr-1f312c843d03aa0fa02ac95cecb94a83578f6bdb.tar.xz
frr-1f312c843d03aa0fa02ac95cecb94a83578f6bdb.zip
zebra: style
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'zebra')
-rw-r--r--zebra/zserv.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/zebra/zserv.c b/zebra/zserv.c
index 20c0bf547..6ee5ea651 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,