]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
White space police.
authorRoy Marples <roy@marples.name>
Mon, 28 Mar 2016 20:08:43 +0000 (20:08 +0000)
committerRoy Marples <roy@marples.name>
Mon, 28 Mar 2016 20:08:43 +0000 (20:08 +0000)
control.c

index e46ef06deabc93180f94d60c49ea1298daf83417..738bcae30b110633418cac9b817668b15f7ac2d3 100644 (file)
--- a/control.c
+++ b/control.c
@@ -246,7 +246,7 @@ control_start1(struct dhcpcd_ctx *ctx, const char *ifname, mode_t fmode)
                unlink(sa.sun_path);
                return -1;
        }
-       
+
        if ((fmode & S_UNPRIV) != S_UNPRIV)
                strlcpy(ctx->control_sock, sa.sun_path,
                    sizeof(ctx->control_sock));