- Remove stray whitespaces

Approved by:	des
This commit is contained in:
Alex Kozlov 2015-12-11 23:46:33 +00:00
parent 54f8ee8840
commit 2aa7d573a0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=292126

View File

@ -439,7 +439,7 @@ handle_existing_file(char **path)
(void)unlink(*path);
return 1;
case 'N':
n_opt = 1;
n_opt = 1;
/* FALLTHROUGH */
case 'n':
return -1;
@ -855,7 +855,6 @@ test(struct archive *a, struct archive_entry *e)
return error_count;
}
/*
* Main loop: open the zipfile, iterate over its contents and decide what
* to do with each entry.
@ -1040,7 +1039,7 @@ main(int argc, char *argv[])
*/
nopts = getopts(argc, argv);
/*
/*
* When more of the zipinfo mode options are implemented, this
* will need to change.
*/