Whitespace.

This commit is contained in:
Mike Pall 2016-11-20 22:14:09 +01:00
parent 202713a638
commit 13642b75ac

View File

@ -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;
} }