[libvirt] [PATCH 2/3] networkxml2conftest: Indent function parameters properly

Martin Kletzander mkletzan at redhat.com
Wed Dec 28 22:10:16 UTC 2016


Otherwise we might end up bikeshedding on the next patch.

Signed-off-by: Martin Kletzander <mkletzan at redhat.com>
---
 tests/networkxml2conftest.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/networkxml2conftest.c b/tests/networkxml2conftest.c
index 9a3eab1f8230..7ff243b98d20 100644
--- a/tests/networkxml2conftest.c
+++ b/tests/networkxml2conftest.c
@@ -42,7 +42,7 @@ testCompareXMLToConfFiles(const char *inxml, const char *outconf, dnsmasqCapsPtr
         goto fail;

     if (networkDnsmasqConfContents(obj, pidfile, &actual,
-                        dctx, caps) < 0)
+                                   dctx, caps) < 0)
         goto fail;

     if (virTestCompareToFile(actual, outconf) < 0)
-- 
2.11.0




More information about the libvir-list mailing list