summaryrefslogtreecommitdiff
path: root/bin/pax
diff options
context:
space:
mode:
authorFlorian Obser <florian@cvs.openbsd.org>2024-04-27 19:49:43 +0000
committerFlorian Obser <florian@cvs.openbsd.org>2024-04-27 19:49:43 +0000
commitc95bbaebe5ba44beee8853b63a1cc4aba3dff8a3 (patch)
tree115a3eee9e96a903d7a363ff50388f6d1f4e6f18 /bin/pax
parentab712a0e5762a0f31e275e96a30b540ce5bf01c6 (diff)
Use propper knf.
Spotted by kettenis.
Diffstat (limited to 'bin/pax')
-rw-r--r--bin/pax/gen_subs.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/pax/gen_subs.c b/bin/pax/gen_subs.c
index 7d8f97b4cc4..fcda4d37391 100644
--- a/bin/pax/gen_subs.c
+++ b/bin/pax/gen_subs.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: gen_subs.c,v 1.33 2024/04/27 14:57:02 florian Exp $ */
+/* $OpenBSD: gen_subs.c,v 1.34 2024/04/27 19:49:42 florian Exp $ */
/* $NetBSD: gen_subs.c,v 1.5 1995/03/21 09:07:26 cgd Exp $ */
/*-
@@ -75,7 +75,7 @@ void
ls_list(ARCHD *arcn, time_t now, FILE *fp)
{
struct stat *sbp;
- struct tm * tm;
+ struct tm *tm;
char f_mode[MODELEN];
char f_date[DATELEN];
int term;
@@ -149,7 +149,7 @@ ls_list(ARCHD *arcn, time_t now, FILE *fp)
void
ls_tty(ARCHD *arcn)
{
- struct tm * tm;
+ struct tm *tm;
char f_date[DATELEN];
char f_mode[MODELEN];
time_t now = time(NULL);