Re: [libvirt PATCH v2 01/16] tests: remove extra trailing semicolon

2020-08-20 Thread Erik Skultety
On Tue, Aug 18, 2020 at 09:47:51AM -0500, Jonathon Jongsma wrote: > The macro should not have a trailing semicolon so that when the macro is > used, the user can add a semicolon themselves. > > Signed-off-by: Jonathon Jongsma > --- Reviewed-by: Erik Skultety I'll merge this right away.

[libvirt PATCH v2 01/16] tests: remove extra trailing semicolon

2020-08-18 Thread Jonathon Jongsma
The macro should not have a trailing semicolon so that when the macro is used, the user can add a semicolon themselves. Signed-off-by: Jonathon Jongsma --- tests/nodedevmdevctltest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/nodedevmdevctltest.c b/tests/nodedevmde