Indent top-level labels by one space in tests/

This commit is contained in:
Ján Tomko
2014-03-25 07:53:44 +01:00
parent 9e7ecabf94
commit 2dcdb7f654
80 changed files with 300 additions and 300 deletions

View File

@@ -884,7 +884,7 @@ virCapsPtr virTestGenericCapsInit(void)
return caps;
error:
error:
virObjectUnref(caps);
return NULL;
}