Mercurial > hg > dhcpcd
changeset 1456:760ee58e6b36 draft
Style.
| author | Roy Marples <roy@marples.name> |
|---|---|
| date | Sun, 25 Oct 2009 23:21:21 +0000 |
| parents | 86e7d73eb6a0 |
| children | d42297c64215 |
| files | dhcp.c |
| diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/dhcp.c Sun Oct 25 23:08:14 2009 +0000 +++ b/dhcp.c Sun Oct 25 23:21:21 2009 +0000 @@ -717,8 +717,9 @@ 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; } }
