]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Style.
authorRoy Marples <roy@marples.name>
Sun, 25 Oct 2009 23:21:21 +0000 (23:21 +0000)
committerRoy Marples <roy@marples.name>
Sun, 25 Oct 2009 23:21:21 +0000 (23:21 +0000)
dhcp.c

diff --git a/dhcp.c b/dhcp.c
index 0bbcf5a42dc28ac03002ba1dcaff2bbc1125966f..67f987243c4752efd1470b0b3b35162fc0fca67e 100644 (file)
--- a/dhcp.c
+++ b/dhcp.c
@@ -717,8 +717,9 @@ get_option_routes(const char *ifname, const struct dhcp_message *dhcp)
        if (p) {
                routes = decode_rfc3442_rt(len, p);
                if (routes) {
-                       syslog(LOG_DEBUG, "%s: using Classless Static Routes (RFC3442)",
-                              ifname);
+                       syslog(LOG_DEBUG,
+                           "%s: using Classless Static Routes (RFC3442)",
+                           ifname);
                        return routes;
                }
        }