提交 7b0075a2 编写于 作者: C Chris Lalancette

Fix up a stray whitespace in virHashGrow.

Signed-off-by: NChris Lalancette <clalance@redhat.com>
上级 d1ec4d7a
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册