Re: [PATCH] REFACTOR: Eliminate newlines in messages and fixes a typo

2023-08-29 Thread Michal Prívozník
On 8/25/23 17:29, K Shiva Kiran wrote: > Removes newlines of error message strings in metadata unit tests, > libvirt-domain.c and libvirt-network.c > Fixes a minor typo in libvirt-domain.c > > Signed-off-by: K Shiva Kiran > --- > include/libvirt/libvirt-domain.h | 2 +- > src/libvirt-domain.c

[PATCH] REFACTOR: Eliminate newlines in messages and fixes a typo

2023-08-25 Thread K Shiva Kiran
Removes newlines of error message strings in metadata unit tests, libvirt-domain.c and libvirt-network.c Fixes a minor typo in libvirt-domain.c Signed-off-by: K Shiva Kiran --- include/libvirt/libvirt-domain.h | 2 +- src/libvirt-domain.c | 3 +-- src/libvirt-network.c|