]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Whitespace police.
authorRoy Marples <roy@marples.name>
Mon, 25 Apr 2016 10:49:51 +0000 (10:49 +0000)
committerRoy Marples <roy@marples.name>
Mon, 25 Apr 2016 10:49:51 +0000 (10:49 +0000)
if-bsd.c

index 0e9617e69fd1d7d850007102020dfd7eaae8a2c3..7ce4001c9007f57622ba7f9f1b0eb7daaaefc6f9 100644 (file)
--- a/if-bsd.c
+++ b/if-bsd.c
@@ -1072,7 +1072,7 @@ if_route6(unsigned char cmd, const struct rt6 *rt)
 
        if (cmd == RTM_ADD || cmd == RTM_CHANGE) {
                rtm.hdr.rtm_addrs |= RTA_GATEWAY;
-               if (!(rtm.hdr.rtm_flags & RTF_REJECT))
+               if (!(rtm.hdr.rtm_flags & RTF_REJECT))
                        rtm.hdr.rtm_addrs |= RTA_IFP | RTA_IFA;
        }