summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2021-07-30 02:47:38 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2021-07-30 02:47:38 +0000
commiteaa7faaaa6c4a590a9ed824cfee77db959554f3f (patch)
treeb94c43ce4996c855266f6b4bb8b5d5664496e2a2
parent48d38abaae91dcde6ed6fec5475c0c9401026004 (diff)
whitespace
-rw-r--r--usr.bin/jot/jot.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/jot/jot.c b/usr.bin/jot/jot.c
index bd1f364562f..bce5e9e87d4 100644
--- a/usr.bin/jot/jot.c
+++ b/usr.bin/jot/jot.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: jot.c,v 1.50 2021/07/30 02:46:53 tb Exp $ */
+/* $OpenBSD: jot.c,v 1.51 2021/07/30 02:47:37 tb Exp $ */
/* $NetBSD: jot.c,v 1.3 1994/12/02 20:29:43 pk Exp $ */
/*-
@@ -443,7 +443,7 @@ fmt_broken:
while ((p = strchr(p, '%')) != NULL && p[1] == '%')
p += 2;
-
+
if (p != NULL) {
if (p[1] != '\0')
errx(1, "too many conversions");