Fix tab/space inconsistency.
This commit is contained in:
parent
bf32802a82
commit
4fe011b469
2
src/3rdparty/libethash/ethash_internal.c
vendored
2
src/3rdparty/libethash/ethash_internal.c
vendored
@ -187,7 +187,7 @@ void ethash_calculate_dag_item4_opt(
|
|||||||
ethash_light_t const light
|
ethash_light_t const light
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
node const* cache_nodes = (node const*)light->cache;
|
node const* cache_nodes = (node const*)light->cache;
|
||||||
|
|
||||||
for (size_t i = 0; i < 4; ++i) {
|
for (size_t i = 0; i < 4; ++i) {
|
||||||
node const* init = &cache_nodes[fast_mod(node_index + i, light->num_parent_nodes, light->reciprocal, light->increment, light->shift)];
|
node const* init = &cache_nodes[fast_mod(node_index + i, light->num_parent_nodes, light->reciprocal, light->increment, light->shift)];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user