]> git.proxmox.com Git - mirror_frr.git/commitdiff
zebra: style
authorQuentin Young <qlyoung@cumulusnetworks.com>
Wed, 25 Apr 2018 23:43:50 +0000 (19:43 -0400)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Tue, 29 May 2018 19:06:16 +0000 (19:06 +0000)
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
zebra/zserv.c

index 20c0bf547ec3739cf6c737ebbb2cbcf93dc10aa5..6ee5ea651ebaad48635fee2e12630fc3f5979ab8 100644 (file)
@@ -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,