mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-07 02:10:27 +00:00
retab: stray spaces
This commit is contained in:
parent
c58f73f3be
commit
7f55785409
1 changed files with 2 additions and 2 deletions
|
@ -63,7 +63,7 @@ static inline void swapfunc(char *, char *, size_t, int);
|
|||
TYPE t = *pi; \
|
||||
*pi++ = *pj; \
|
||||
*pj++ = t; \
|
||||
} while (--i > 0); \
|
||||
} while (--i > 0); \
|
||||
}
|
||||
|
||||
static inline void
|
||||
|
@ -110,7 +110,7 @@ med3(char *a, char *b, char *c, CMPPAR)
|
|||
{
|
||||
return CMP(a, b) < 0 ?
|
||||
(CMP(b, c) < 0 ? b : (CMP(a, c) < 0 ? c : a ))
|
||||
:(CMP(b, c) > 0 ? b : (CMP(a, c) < 0 ? a : c ));
|
||||
:(CMP(b, c) > 0 ? b : (CMP(a, c) < 0 ? a : c ));
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue