network: fix indentation

This commit is contained in:
Yu Watanabe 2018-12-23 07:59:54 +09:00
parent e4a0fe6343
commit 89b3fa6626

View file

@ -690,7 +690,7 @@ int dhcp4_set_client_identifier(Link *link) {
if (duid->type == DUID_TYPE_LLT && duid->raw_data_len == 0)
r = sd_dhcp_client_set_duid_llt(link->dhcp_client,
duid->llt_time);
duid->llt_time);
else
r = sd_dhcp_client_set_duid(link->dhcp_client,
duid->type,