mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-05 04:02:28 +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
8
third_party/unzip/unix.c
vendored
8
third_party/unzip/unix.c
vendored
|
@ -1572,7 +1572,7 @@ void version(__G)
|
|||
" (Silicon Graphics IRIX)",
|
||||
#else
|
||||
#ifdef sun
|
||||
# if defined(UNAME_P) && defined(UNAME_R) && defined(UNAME_S)
|
||||
# if defined(UNAME_P) && defined(UNAME_R) && defined(UNAME_S)
|
||||
" ("UNAME_S" "UNAME_R" "UNAME_P")",
|
||||
# else
|
||||
# ifdef sparc
|
||||
|
@ -1595,7 +1595,7 @@ void version(__G)
|
|||
# endif
|
||||
#else /* def sun */
|
||||
#ifdef __hpux
|
||||
# if defined(UNAME_M) && defined(UNAME_R) && defined(UNAME_S)
|
||||
# if defined(UNAME_M) && defined(UNAME_R) && defined(UNAME_S)
|
||||
" ("UNAME_S" "UNAME_R" "UNAME_M")",
|
||||
# else
|
||||
" (HP-UX)",
|
||||
|
@ -1730,7 +1730,7 @@ void version(__G)
|
|||
" (LynxOS)",
|
||||
#else
|
||||
#ifdef __APPLE__
|
||||
# if defined(UNAME_P) && defined(UNAME_R) && defined(UNAME_S)
|
||||
# if defined(UNAME_P) && defined(UNAME_R) && defined(UNAME_S)
|
||||
" ("UNAME_S" "UNAME_R" "UNAME_P")",
|
||||
# else
|
||||
# ifdef __i386__
|
||||
|
@ -1980,7 +1980,7 @@ void init_conversion_charsets()
|
|||
const char *local_charset;
|
||||
int i;
|
||||
|
||||
/* Make a guess only if OEM_CP not already set. */
|
||||
/* Make a guess only if OEM_CP not already set. */
|
||||
if(*OEM_CP == '\0') {
|
||||
local_charset = nl_langinfo(CODESET);
|
||||
for(i = 0; i < sizeof(dos_charset_map)/sizeof(CHARSET_MAP); i++)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue