mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-24 14:45:24 +00:00
Fix up a stray whitespace in virHashGrow.
Signed-off-by: Chris Lalancette <clalance@redhat.com>
This commit is contained in:
parent
d1ec4d7a5a
commit
7b0075a242
@ -141,7 +141,7 @@ virHashGrow(virHashTablePtr table, int size)
|
||||
}
|
||||
table->size = size;
|
||||
|
||||
/* If the two loops are merged, there would be situations where
|
||||
/* If the two loops are merged, there would be situations where
|
||||
* a new entry needs to allocated and data copied into it from
|
||||
* the main table. So instead, we run through the array twice, first
|
||||
* copying all the elements in the main array (where we can't get
|
||||
|
Loading…
Reference in New Issue
Block a user