From d95700c348e99f276fe3cf3bcb15a32083348669 Mon Sep 17 00:00:00 2001 From: Martijn Dekker Date: Wed, 22 Dec 2021 05:13:11 +0000 Subject: [PATCH] print.c: resolve whitespace diff with master (re: fb8308243) I ended up committing versions of the fix to the master and 1.0 branches that differed only in whitespace in a few lines (no code differences). This commit makes the whitespace identical so this does not keep annoying me when I look at 'git diff 1.0 master'. --- src/cmd/ksh93/bltins/print.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/cmd/ksh93/bltins/print.c b/src/cmd/ksh93/bltins/print.c index 0659cd2a7..bec2cb255 100644 --- a/src/cmd/ksh93/bltins/print.c +++ b/src/cmd/ksh93/bltins/print.c @@ -76,12 +76,12 @@ struct printmap static const struct printmap Pmap[] = { - 3, "csv", "q+", "%#q", - 3, "ere", "R", "%R", - 4, "html", "H", "%H", - 7, "pattern","P", "%P", - 3, "url", "H+", "%#H", - 0, 0, 0, + 3, "csv", "q+", "%#q", + 3, "ere", "R", "%R", + 4, "html", "H", "%H", + 7, "pattern", "P", "%P", + 3, "url", "H+", "%#H", + 0, 0, 0, };