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.
         */
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to