tests: Rename virtTestLogContentAndReset to virTestLogContentAndReset.

This function doesn't follow our convention of naming functions.
This commit is contained in:
Tomáš Ryšavý
2016-05-26 17:01:58 +02:00
committed by John Ferlan
parent 327b844341
commit d77e453a01
5 changed files with 7 additions and 7 deletions

View File

@@ -768,7 +768,7 @@ virtTestLogClose(void *data)
/* Return a malloc'd string (possibly with strlen of 0) of all data
* logged since the last call to this function, or NULL on failure. */
char *
virtTestLogContentAndReset(void)
virTestLogContentAndReset(void)
{
char *ret;