mirror of https://gitee.com/openkylin/libvirt.git
Remove redundant braces
This commit is contained in:
parent
c5d392748c
commit
a18fa05a8f
|
@ -1018,9 +1018,8 @@ cleanup:
|
|||
|
||||
if (parser.nstate) {
|
||||
size_t i;
|
||||
for (i = 0; i < parser.nstate; i++) {
|
||||
for (i = 0; i < parser.nstate; i++)
|
||||
VIR_FREE(parser.state[i].key);
|
||||
}
|
||||
VIR_FREE(parser.state);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue