From c7d9714183d5a343cc1aeb9df7808b42296b4c5e Mon Sep 17 00:00:00 2001 From: jca Date: Sun, 14 Jul 2024 14:32:02 +0000 Subject: [PATCH] Zap trailing whitespace Dummy commit to trigger the git exporter. --- bin/pax/ar_subs.c | 4 ++-- bin/pax/file_subs.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/pax/ar_subs.c b/bin/pax/ar_subs.c index 172d6847b3a..a14c2032c82 100644 --- a/bin/pax/ar_subs.c +++ b/bin/pax/ar_subs.c @@ -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. diff --git a/bin/pax/file_subs.c b/bin/pax/file_subs.c index 6f81f94001c..c679edf05a5 100644 --- a/bin/pax/file_subs.c +++ b/bin/pax/file_subs.c @@ -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; -- 2.20.1