mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-05 17:14:08 +00:00
Hashlib indenting fix
This commit is contained in:
parent
38245b6733
commit
ace462237f
|
@ -136,8 +136,8 @@ struct hash_cstr_ops {
|
||||||
static inline unsigned int hash(const char *a) {
|
static inline unsigned int hash(const char *a) {
|
||||||
unsigned int hash = mkhash_init;
|
unsigned int hash = mkhash_init;
|
||||||
while (*a)
|
while (*a)
|
||||||
hash = mkhash(hash, *(a++));
|
hash = mkhash(hash, *(a++));
|
||||||
return hash;
|
return hash;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue