]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Whitespace
authorRoy Marples <roy@marples.name>
Tue, 4 Jul 2017 13:39:09 +0000 (14:39 +0100)
committerRoy Marples <roy@marples.name>
Tue, 4 Jul 2017 13:39:09 +0000 (14:39 +0100)
src/dhcp.c

index 5b808799498150b3fb54a60ad023daab5d35c4cf..e83065b208ed176d9a5b511e850a5c124de311b1 100644 (file)
@@ -1917,8 +1917,8 @@ dhcp_expire1(struct interface *ifp)
        state->interval = 0;
        if (!(ifp->options->options & DHCPCD_LINK) || ifp->carrier != LINK_DOWN)
                dhcp_discover(ifp);
-
 }
+
 static void
 dhcp_expire(void *arg)
 {