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:
parent
fcd9efce7f
commit
d95700c348
1 changed files with 6 additions and 6 deletions
|
@ -79,7 +79,7 @@ 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,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue