mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-01 00:38:31 +00:00
Revert whitespace fixes to third_party (#501)
This commit is contained in:
parent
d4000bb8f7
commit
9de3d8f1e6
365 changed files with 39190 additions and 39211 deletions
2
third_party/compiler_rt/mulosi4.c
vendored
2
third_party/compiler_rt/mulosi4.c
vendored
|
@ -27,7 +27,7 @@ __mulosi4(si_int a, si_int b, int* overflow)
|
|||
const int N = (int)(sizeof(si_int) * CHAR_BIT);
|
||||
const si_int MIN = (si_int)1 << (N-1);
|
||||
const si_int MAX = ~MIN;
|
||||
*overflow = 0;
|
||||
*overflow = 0;
|
||||
si_int result = a * b;
|
||||
if (a == MIN)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue