diff options
author | Ján Tomko <jtomko@redhat.com> | 2014-03-25 07:53:44 +0100 |
---|---|---|
committer | Ján Tomko <jtomko@redhat.com> | 2014-03-25 14:58:41 +0100 |
commit | 2dcdb7f6545e3aae759ffb9bbf279acc9f782a93 (patch) | |
tree | c6f3717a7e331c7eb992f42e7dba5344cfda1df3 /tests/testutilsxen.c | |
parent | 9e7ecabf94485b36be2c06d8eed281d6d3c155a9 (diff) | |
download | libvirt-2dcdb7f6545e3aae759ffb9bbf279acc9f782a93.tar.gz |
Indent top-level labels by one space in tests/
Diffstat (limited to 'tests/testutilsxen.c')
-rw-r--r-- | tests/testutilsxen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testutilsxen.c b/tests/testutilsxen.c index f3216e91a7..3c8b60f08b 100644 --- a/tests/testutilsxen.c +++ b/tests/testutilsxen.c @@ -64,7 +64,7 @@ virCapsPtr testXenCapsInit(void) return caps; -cleanup: + cleanup: virCapabilitiesFreeMachines(machines, nmachines); virObjectUnref(caps); return NULL; |