diff options
author | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2015-08-06 00:31:09 +0200 |
---|---|---|
committer | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2015-08-06 00:44:19 +0200 |
commit | 7d6884b65e6ea7317346d29bc2f6c9ba051a0cac (patch) | |
tree | a887c3b285cacf9102ce14d82ffa0948643dd0b9 /src/network/networkd-dhcp4.c | |
parent | 511d2ffc8cc4e6c6b528aa96c4096f57bc52226e (diff) |
tree-wide: fix indentation
Diffstat (limited to 'src/network/networkd-dhcp4.c')
-rw-r--r-- | src/network/networkd-dhcp4.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/network/networkd-dhcp4.c b/src/network/networkd-dhcp4.c index 5454bdd97b..6288644a1a 100644 --- a/src/network/networkd-dhcp4.c +++ b/src/network/networkd-dhcp4.c @@ -248,7 +248,7 @@ static int dhcp_lease_lost(Link *link) { address->in_addr.in = addr; address->prefixlen = prefixlen; - address_drop(address, link, &link_address_drop_handler); + address_drop(address, link, &link_address_drop_handler); } } @@ -620,8 +620,8 @@ int dhcp4_configure(Link *link) { return r; r = sd_dhcp_client_set_request_option(link->dhcp_client, DHCP_OPTION_CLASSLESS_STATIC_ROUTE); - if (r < 0) - return r; + if (r < 0) + return r; } if (link->network->dhcp_sendhost) { |