summaryrefslogtreecommitdiffstats
path: root/zebra/rt_socket.c
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2017-08-30 17:23:01 +0200
committerQuentin Young <qlyoung@cumulusnetworks.com>2017-08-30 17:27:11 +0200
commit60466a63f2a3c1da8c99721ec018c8b73610b548 (patch)
tree62153f2941a8ba88c0ffd2070ad6749d7730a34d /zebra/rt_socket.c
parentMerge pull request #1059 from opensourcerouting/oldbits-1 (diff)
downloadfrr-60466a63f2a3c1da8c99721ec018c8b73610b548.tar.xz
frr-60466a63f2a3c1da8c99721ec018c8b73610b548.zip
*: fix style
Fixes style nits introduced by recent pull requests. Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'zebra/rt_socket.c')
-rw-r--r--zebra/rt_socket.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/zebra/rt_socket.c b/zebra/rt_socket.c
index 10c710919..d8e37a10c 100644
--- a/zebra/rt_socket.c
+++ b/zebra/rt_socket.c
@@ -175,11 +175,11 @@ static int kernel_rtm_ipv4(int cmd, struct prefix *p, struct route_entry *re)
smplsp = (union sockunion *)&smpls;
#endif
- error = rtm_write(
- cmd, (union sockunion *)&sin_dest,
- (union sockunion *)mask,
- gate ? (union sockunion *)&sin_gate : NULL,
- smplsp, ifindex, bh_type, re->metric);
+ error = rtm_write(cmd, (union sockunion *)&sin_dest,
+ (union sockunion *)mask,
+ gate ? (union sockunion *)&sin_gate
+ : NULL,
+ smplsp, ifindex, bh_type, re->metric);
if (IS_ZEBRA_DEBUG_RIB) {
if (!gate) {