Skip to content

Commit 39713b0

Browse files
committed
network: fix indentation
Follow-up for f141b2c.
1 parent 93e583a commit 39713b0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/network/networkd-ndisc.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ static int ndisc_request_route(Route *in, Link *link, sd_ndisc_router *rt) {
195195
return log_link_warning_errno(link, r, "Failed to get default router MTU from RA: %m");
196196
}
197197

198-
if (link->network->ipv6_accept_ra_use_hop_limit) {
198+
if (link->network->ipv6_accept_ra_use_hop_limit) {
199199
r = sd_ndisc_router_get_hop_limit(rt, &hop_limit);
200200
if (r < 0 && r != -ENODATA)
201201
return log_link_warning_errno(link, r, "Failed to get default router hop limit from RA: %m");
@@ -212,7 +212,6 @@ static int ndisc_request_route(Route *in, Link *link, sd_ndisc_router *rt) {
212212
route->quickack = link->network->ipv6_accept_ra_quickack;
213213
if (route->mtu == 0)
214214
route->mtu = mtu;
215-
216215
if (route->hop_limit == 0)
217216
route->hop_limit = hop_limit;
218217

0 commit comments

Comments
 (0)