]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Whitespace
authorRoy Marples <roy@marples.name>
Tue, 25 Nov 2014 21:08:10 +0000 (21:08 +0000)
committerRoy Marples <roy@marples.name>
Tue, 25 Nov 2014 21:08:10 +0000 (21:08 +0000)
dhcp.c

diff --git a/dhcp.c b/dhcp.c
index a98c5b952e9f8e776ab1f3b1adb4fce840b198ff..ea7c0e1a2010dc4a1a8ee03b994877b66fa96a4f 100644 (file)
--- a/dhcp.c
+++ b/dhcp.c
@@ -2790,7 +2790,7 @@ dhcp_handlepacket(void *arg)
                        break;
                }
                if (valid_udp_packet(ifp->ctx->packet, bytes,
-                       &from, flags & RAW_PARTIALCSUM) == -1)
+                   &from, flags & RAW_PARTIALCSUM) == -1)
                {
                        syslog(LOG_ERR, "%s: invalid UDP packet from %s",
                            ifp->name, inet_ntoa(from));