mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-26 06:18: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
4
third_party/zip/zip.c
vendored
4
third_party/zip/zip.c
vendored
|
@ -2259,7 +2259,7 @@ char **argv; /* command line tokens */
|
|||
des_usize = 0; /* Data descriptor usize */
|
||||
|
||||
dot_size = 0; /* buffers processed in deflate per dot, 0 = no dots */
|
||||
dot_count = 0; /* buffers seen, recycles at dot_size */
|
||||
dot_count = 0; /* buffers seen, recyles at dot_size */
|
||||
|
||||
display_counts = 0; /* display running file count */
|
||||
display_bytes = 0; /* display running bytes remaining */
|
||||
|
@ -2455,7 +2455,7 @@ char **argv; /* command line tokens */
|
|||
#endif /* IZ_CHECK_TZ && USE_EF_UT_TIME */
|
||||
|
||||
/* For systems that do not have tzset() but supply this function using another
|
||||
name (_tzset() or something similar), an appropriate "#define tzset ..."
|
||||
name (_tzset() or something similar), an appropiate "#define tzset ..."
|
||||
should be added to the system specifc configuration section. */
|
||||
#if (!defined(TOPS20) && !defined(VMS))
|
||||
#if (!defined(RISCOS) && !defined(MACOS) && !defined(QDOS))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue