]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
network: fix indentation
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 28 Nov 2022 19:30:12 +0000 (04:30 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 28 Nov 2022 19:30:12 +0000 (04:30 +0900)
src/network/networkd-ndisc.c

index ce7dff222bbd01b8616d8b74ecdf6110e24e10f9..a811372e054ec044fd0d740abdb3d6353e5e1bf8 100644 (file)
@@ -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) {