Revert whitespace fixes to third_party (#501)

This commit is contained in:
Jared Miller 2022-07-22 00:46:07 -04:00 committed by GitHub
parent d4000bb8f7
commit 9de3d8f1e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
365 changed files with 39190 additions and 39211 deletions

View file

@ -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))