From: Yu Watanabe Date: Mon, 28 Nov 2022 19:30:12 +0000 (+0900) Subject: network: fix indentation X-Git-Tag: v253-rc1~432^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d87c5cd8d9537d9540cdd2afc41cd504f1f5bce3;p=thirdparty%2Fsystemd.git network: fix indentation --- diff --git a/src/network/networkd-ndisc.c b/src/network/networkd-ndisc.c index ce7dff222bb..a811372e054 100644 --- a/src/network/networkd-ndisc.c +++ b/src/network/networkd-ndisc.c @@ -233,7 +233,7 @@ static int ndisc_request_address(Address *in, Link *link, sd_ndisc_router *rt) { link->ndisc_configured = false; return link_request_address(link, TAKE_PTR(address), true, &link->ndisc_messages, - ndisc_address_handler, NULL); + ndisc_address_handler, NULL); } static int ndisc_router_process_default(Link *link, sd_ndisc_router *rt) {