Date: Fri, 11 Dec 2015 23:46:33 +0000 (UTC) From: Alex Kozlov <ak@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r292126 - head/usr.bin/unzip Message-ID: <201512112346.tBBNkX7Q052958@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ak (ports committer) Date: Fri Dec 11 23:46:33 2015 New Revision: 292126 URL: https://svnweb.freebsd.org/changeset/base/292126 Log: - Remove stray whitespaces Approved by: des Modified: head/usr.bin/unzip/unzip.c Modified: head/usr.bin/unzip/unzip.c ============================================================================== --- head/usr.bin/unzip/unzip.c Fri Dec 11 22:55:41 2015 (r292125) +++ head/usr.bin/unzip/unzip.c Fri Dec 11 23:46:33 2015 (r292126) @@ -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_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. */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512112346.tBBNkX7Q052958>