Remove trailing whitespace from all files (#497)

This commit is contained in:
Jared Miller 2022-07-20 23:31:16 -04:00 committed by GitHub
parent d3f3cb7ab4
commit 7e2eae5c15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
356 changed files with 41701 additions and 41680 deletions

View file

@ -1380,8 +1380,8 @@ static int setsignalhandler(__G__ p_savedhandler_chain, signal_type,
# endif /* REENTRANT && !NO_EXCEPT_SIGNALS */
/*
-------------------------------------------------------
Command Line Options
@ -2900,7 +2900,7 @@ static void help_extended(__G)
" displays may be limited to a specific code page. Either way full UTF-8",
" paths are generally restored on extraction where OS supports. Use -U",
" to force use of escapes in extracted names. Use -UU to totally ignore",
" Unicode. Unicode comments not yet fully supported.",
" Unicode. Unicode comments not yet fully supported.",
"",
" \"New\" options -I and -O (from a patch that has been out there awhile)",
" are used on UNIX to set the ISO and OEM code pages used for conversions.",
@ -3101,7 +3101,7 @@ static void show_options(__G)
strcpy(gr, "INF");
else
strcpy(gr, "? ");
strcpy(sh, options[i].shortopt);
strcat(sh, " ");
sh[2] = '\0';