networkctl: break long line

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2020-01-11 12:36:21 +01:00
parent 8571210a21
commit 117caf3765
1 changed files with 2 additions and 1 deletions

View File

@ -2007,7 +2007,8 @@ static int verb_reconfigure(int argc, char *argv[], void *userdata) {
if (r < 0) {
char ifname[IF_NAMESIZE + 1];
return log_error_errno(r, "Failed to reconfigure network interface %s: %m", format_ifname_full(index, ifname, FORMAT_IFNAME_IFINDEX));
return log_error_errno(r, "Failed to reconfigure network interface %s: %m",
format_ifname_full(index, ifname, FORMAT_IFNAME_IFINDEX));
}
}