tests/: Remove the whitespace before ";"

This commit is contained in:
Osier Yang
2013-05-21 15:53:48 +08:00
parent e25ca77303
commit bb3ea8416b
14 changed files with 48 additions and 48 deletions

View File

@@ -381,7 +381,7 @@ void qemuMonitorTestFree(qemuMonitorTestPtr test)
VIR_FREE(test->incoming);
VIR_FREE(test->outgoing);
for (i = 0 ; i < test->nitems ; i++)
for (i = 0; i < test->nitems; i++)
qemuMonitorTestItemFree(test->items[i]);
VIR_FREE(test->items);