diff options
author | Mike Pall <mike> | 2016-11-20 22:14:09 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2016-11-20 22:14:09 +0100 |
commit | 13642b75ac37957d9e2a37b35ebec69d6d4b3bc1 (patch) | |
tree | 00741efca6a3fff1111cd78f2c986fdb1afeb5fd | |
parent | 202713a63808856b07136d7639324a6dd548d37e (diff) | |
download | luajit-13642b75ac37957d9e2a37b35ebec69d6d4b3bc1.tar.gz luajit-13642b75ac37957d9e2a37b35ebec69d6d4b3bc1.tar.bz2 luajit-13642b75ac37957d9e2a37b35ebec69d6d4b3bc1.zip |
Whitespace.
Diffstat (limited to '')
-rw-r--r-- | src/lj_strfmt_num.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, | |||
138 | } | 138 | } |
139 | if (carry_in) { | 139 | if (carry_in) { |
140 | nd[++ndhi] = carry_in; carry_in = 0; | 140 | nd[++ndhi] = carry_in; carry_in = 0; |
141 | if(start++ == ndlo) ++ndlo; | 141 | if (start++ == ndlo) ++ndlo; |
142 | } | 142 | } |
143 | k -= ND_MUL2K_MAX_SHIFT; | 143 | k -= ND_MUL2K_MAX_SHIFT; |
144 | } | 144 | } |