From 13642b75ac37957d9e2a37b35ebec69d6d4b3bc1 Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Sun, 20 Nov 2016 22:14:09 +0100 Subject: [PATCH] Whitespace. --- src/lj_strfmt_num.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lj_strfmt_num.c b/src/lj_strfmt_num.c index 04769258..7b33f930 100644 --- a/src/lj_strfmt_num.c +++ b/src/lj_strfmt_num.c @@ -138,7 +138,7 @@ static uint32_t nd_mul2k(uint32_t* nd, uint32_t ndhi, uint32_t k, } if (carry_in) { nd[++ndhi] = carry_in; carry_in = 0; - if(start++ == ndlo) ++ndlo; + if (start++ == ndlo) ++ndlo; } k -= ND_MUL2K_MAX_SHIFT; }