From d87c5cd8d9537d9540cdd2afc41cd504f1f5bce3 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Tue, 29 Nov 2022 04:30:12 +0900 Subject: [PATCH] network: fix indentation --- src/network/networkd-ndisc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.47.3