Re: [libvirt PATCH] secretxml2xmltest: refactor testCompareXMLToXMLFiles (glib chronicles)

2021-09-06 Thread Michal Prívozník
On 9/4/21 9:42 PM, Ján Tomko wrote: > Use g_auto where possible and remove the pointless label. > > Signed-off-by: Ján Tomko > --- > tests/secretxml2xmltest.c | 18 ++ > 1 file changed, 6 insertions(+), 12 deletions(-) > Reviewed-by: Michal Privoznik Michal

[libvirt PATCH] secretxml2xmltest: refactor testCompareXMLToXMLFiles (glib chronicles)

2021-09-04 Thread Ján Tomko
Use g_auto where possible and remove the pointless label. Signed-off-by: Ján Tomko --- tests/secretxml2xmltest.c | 18 ++ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/tests/secretxml2xmltest.c b/tests/secretxml2xmltest.c index 48f48416b5..99aaa9db15 100644 ---