mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
tests/: Remove the whitespace before ";"
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user