]> git.ipfire.org Git - thirdparty/libvirt.git/commit
network: Move error messages onto a single line
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 25 Aug 2023 07:15:37 +0000 (09:15 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 4 Sep 2023 07:35:36 +0000 (09:35 +0200)
commitb0daf7fa7c43e665a8d07bff146831c129178479
treeaf2e6bc72604f0e2523ab57c90b99e86f92a0544
parent8e48b9a31304ef0c22a3c4e785a83485dec2000b
network: Move error messages onto a single line

Error messages are exempt from the 80 columns rule. Move them
onto one line.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
src/network/bridge_driver.c
src/network/bridge_driver_linux.c