]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Whitespace
authorRoy Marples <roy@marples.name>
Tue, 11 Mar 2014 23:00:14 +0000 (23:00 +0000)
committerRoy Marples <roy@marples.name>
Tue, 11 Mar 2014 23:00:14 +0000 (23:00 +0000)
dhcp6.c
ipv6.c

diff --git a/dhcp6.c b/dhcp6.c
index 83ab4b38d7498aca85f8e2cef481bce624164424..63ca4418463d75ca0b00e466be43964f3d6e7a1c 100644 (file)
--- a/dhcp6.c
+++ b/dhcp6.c
@@ -2519,7 +2519,6 @@ dhcp6_open(struct dhcpcd_ctx *dctx)
                goto errexit;
 
        eloop_event_add(dctx->eloop, ctx->dhcp_fd, dhcp6_handledata, dctx);
-
        return 0;
 
 errexit:
diff --git a/ipv6.c b/ipv6.c
index 30b6c05648f044381bfc6cf2505e6b0a6958e726..32b5cdb74cf8677aace8621566751112d5d48237 100644 (file)
--- a/ipv6.c
+++ b/ipv6.c
@@ -121,7 +121,7 @@ ipv6_init(struct dhcpcd_ctx *dhcpcd_ctx)
 
 #ifdef IPV6_POLLADDRFLAG
        if (!ctx->polladdr_warned) {
-               syslog(LOG_WARNING, 
+               syslog(LOG_WARNING,
                    "kernel does not report IPv6 address flag changes");
                syslog(LOG_WARNING,
                    "polling tentative address flags periodically instead");