1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

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'.
This commit is contained in:
Martijn Dekker 2021-12-22 05:13:11 +00:00
parent fcd9efce7f
commit d95700c348

View file

@ -76,12 +76,12 @@ struct printmap
static const struct printmap Pmap[] = static const struct printmap Pmap[] =
{ {
3, "csv", "q+", "%#q", 3, "csv", "q+", "%#q",
3, "ere", "R", "%R", 3, "ere", "R", "%R",
4, "html", "H", "%H", 4, "html", "H", "%H",
7, "pattern","P", "%P", 7, "pattern", "P", "%P",
3, "url", "H+", "%#H", 3, "url", "H+", "%#H",
0, 0, 0, 0, 0, 0,
}; };