summaryrefslogtreecommitdiff
path: root/src/network
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2022-11-29 04:30:12 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2022-11-29 04:30:12 +0900
commitd87c5cd8d9537d9540cdd2afc41cd504f1f5bce3 (patch)
treecdaedadb5da52fc56859736cfd4c3d701ac89128 /src/network
parent94d2caedee69e8868ba8c101dcf02c78a9c89da8 (diff)
downloadsystemd-d87c5cd8d9537d9540cdd2afc41cd504f1f5bce3.tar.gz
network: fix indentation
Diffstat (limited to 'src/network')
-rw-r--r--src/network/networkd-ndisc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/networkd-ndisc.c b/src/network/networkd-ndisc.c
index ce7dff222b..a811372e05 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) {