mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 23:24:09 +00:00
Whitespace.
This commit is contained in:
parent
202713a638
commit
13642b75ac
@ -138,7 +138,7 @@ static uint32_t nd_mul2k(uint32_t* nd, uint32_t ndhi, uint32_t k,
|
|||||||
}
|
}
|
||||||
if (carry_in) {
|
if (carry_in) {
|
||||||
nd[++ndhi] = carry_in; carry_in = 0;
|
nd[++ndhi] = carry_in; carry_in = 0;
|
||||||
if(start++ == ndlo) ++ndlo;
|
if (start++ == ndlo) ++ndlo;
|
||||||
}
|
}
|
||||||
k -= ND_MUL2K_MAX_SHIFT;
|
k -= ND_MUL2K_MAX_SHIFT;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user