diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-12-18 19:32:14 -0500 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-12-19 09:42:45 -0500 |
| commit | c9277ebb410ccfad0f7c2d0104bbcb0f7407ec9a (patch) | |
| tree | 7185d8caf5fae61df737a97a40d7a76148c650b6 /zebra/rt_socket.c | |
| parent | c2519893e0240d06c90bc7efa825875d69bdf148 (diff) | |
zebra: Fixup spaces/tabs issue found by CI in rt_socket.c
Cleanup the space/tabs issues found by CI in rt_socket.c so
it stops complaining at us.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'zebra/rt_socket.c')
| -rw-r--r-- | zebra/rt_socket.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/zebra/rt_socket.c b/zebra/rt_socket.c index 5ce1ddfd49..29e9bf82f0 100644 --- a/zebra/rt_socket.c +++ b/zebra/rt_socket.c @@ -204,10 +204,10 @@ static int kernel_rtm(int cmd, const struct prefix *p, #ifdef KAME #define SET_IN6_LINKLOCAL_IFINDEX(a, i) \ - do { \ - (a).s6_addr[2] = ((i) >> 8) & 0xff; \ - (a).s6_addr[3] = (i)&0xff; \ - } while (0) + do { \ + (a).s6_addr[2] = ((i) >> 8) & 0xff; \ + (a).s6_addr[3] = (i)&0xff; \ + } while (0) if (IN6_IS_ADDR_LINKLOCAL(&sin_gate.sin6.sin6_addr)) SET_IN6_LINKLOCAL_IFINDEX( |
