mirror of
https://github.com/qemu/qemu.git
synced 2024-11-23 10:53:37 +08:00
qobject: code indent should never use tabs
Transfer tabs to spaces. Signed-off-by: Zhang Han <zhanghan64@huawei.com> Message-Id: <20201228071129.24563-3-zhanghan64@huawei.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
parent
5086c9973a
commit
be08fb1897
@ -39,8 +39,8 @@ QDict *qdict_new(void)
|
|||||||
*/
|
*/
|
||||||
static unsigned int tdb_hash(const char *name)
|
static unsigned int tdb_hash(const char *name)
|
||||||
{
|
{
|
||||||
unsigned value; /* Used to compute the hash value. */
|
unsigned value; /* Used to compute the hash value. */
|
||||||
unsigned i; /* Used to cycle through random values. */
|
unsigned i; /* Used to cycle through random values. */
|
||||||
|
|
||||||
/* Set the initial value from the key size. */
|
/* Set the initial value from the key size. */
|
||||||
for (value = 0x238F13AF * strlen(name), i=0; name[i]; i++)
|
for (value = 0x238F13AF * strlen(name), i=0; name[i]; i++)
|
||||||
|
Loading…
Reference in New Issue
Block a user