Zap trailing whitespace
authorjca <jca@openbsd.org>
Sun, 14 Jul 2024 14:32:02 +0000 (14:32 +0000)
committerjca <jca@openbsd.org>
Sun, 14 Jul 2024 14:32:02 +0000 (14:32 +0000)
Dummy commit to trigger the git exporter.

bin/pax/ar_subs.c
bin/pax/file_subs.c

index 172d684..a14c203 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: ar_subs.c,v 1.52 2024/05/18 05:21:38 guenther Exp $   */
+/*     $OpenBSD: ar_subs.c,v 1.53 2024/07/14 14:32:02 jca Exp $        */
 /*     $NetBSD: ar_subs.c,v 1.5 1995/03/21 09:07:06 cgd Exp $  */
 
 /*-
@@ -172,7 +172,7 @@ cmp_file_times(int mtime_flag, int ctime_flag, ARCHD *arcn, const char *path)
        else if (timespeccmp(&arcn->sb.st_mtim, &sb.st_mtim, <=))
                return 1;
 
-       /* 
+       /*
         * If we got here then the target arcn > sb for mtime *and* that's
         * the deciding factor.  Check whether they're equal after rounding
         * down the arcn mtime to the precision of the target path.
index 6f81f94..c679edf 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: file_subs.c,v 1.56 2023/11/26 16:04:17 espie Exp $    */
+/*     $OpenBSD: file_subs.c,v 1.57 2024/07/14 14:32:02 jca Exp $      */
 /*     $NetBSD: file_subs.c,v 1.4 1995/03/21 09:07:18 cgd Exp $        */
 
 /*-
@@ -649,7 +649,7 @@ chk_path(char *name, uid_t st_uid, gid_t st_gid, int ign)
                 */
                if (mkdir(name, S_IRWXU | S_IRWXG | S_IRWXO) == -1) {
                        if (!ign)
-                               syswarn(1, errno, "Unable to mkdir %s", name); 
+                               syswarn(1, errno, "Unable to mkdir %s", name);
                        *spt = '/';
                        retval = -1;
                        break;