From: Roy Marples Date: Sun, 25 Oct 2009 23:21:21 +0000 (+0000) Subject: Style. X-Git-Tag: v5.1.4~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=446564046d9112465f0daf222c8f3efc636299f7;p=thirdparty%2Fdhcpcd.git Style. --- diff --git a/dhcp.c b/dhcp.c index 0bbcf5a4..67f98724 100644 --- 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; } }