network: fix indentation

This commit is contained in:
Yu Watanabe 2020-07-07 11:18:28 +09:00
parent 290696e512
commit 8fc2a5dff4
1 changed files with 1 additions and 2 deletions

View File

@ -159,8 +159,7 @@ static bool dhcp6_enable_prefix_delegation(Link *dhcp6_link) {
return false;
}
static int dhcp6_lease_information_acquired(sd_dhcp6_client *client,
Link *link) {
static int dhcp6_lease_information_acquired(sd_dhcp6_client *client, Link *link) {
return 0;
}