mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-26 22:38:30 +00:00
Remove trailing whitespace from all files (#497)
This commit is contained in:
parent
d3f3cb7ab4
commit
7e2eae5c15
356 changed files with 41701 additions and 41680 deletions
2
third_party/compiler_rt/mulodi4.c
vendored
2
third_party/compiler_rt/mulodi4.c
vendored
|
@ -27,7 +27,7 @@ __mulodi4(di_int a, di_int b, int* overflow)
|
|||
const int N = (int)(sizeof(di_int) * CHAR_BIT);
|
||||
const di_int MIN = (di_int)1 << (N-1);
|
||||
const di_int MAX = ~MIN;
|
||||
*overflow = 0;
|
||||
*overflow = 0;
|
||||
di_int result = a * b;
|
||||
if (a == MIN)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue