1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-12-22 13:33:56 +03:00

sd-dhcp-server: fix indentation

This commit is contained in:
Yu Watanabe 2022-01-28 01:24:35 +09:00
parent 48be485b71
commit 37e219800f

View File

@ -1366,8 +1366,8 @@ int sd_dhcp_server_start(sd_dhcp_server *server) {
return 0;
on_error:
sd_dhcp_server_stop(server);
return r;
sd_dhcp_server_stop(server);
return r;
}
int sd_dhcp_server_forcerenew(sd_dhcp_server *server) {