From fa325e9b42b0bdfb48857d1958d9fb7ceac55151 Mon Sep 17 00:00:00 2001 From: Dan Cross Date: Fri, 10 Jan 2020 14:44:21 +0000 Subject: Trivial changes: whitespace and modes. Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross --- src/cmd/htmlroff/t20.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src/cmd/htmlroff/t20.c') diff --git a/src/cmd/htmlroff/t20.c b/src/cmd/htmlroff/t20.c index 62ea914f..00e31455 100644 --- a/src/cmd/htmlroff/t20.c +++ b/src/cmd/htmlroff/t20.c @@ -13,7 +13,7 @@ void r_pm(int argc, Rune **argv) { int i; - + if(argc == 1){ printds(0); return; @@ -30,9 +30,9 @@ void r_tm(Rune *name) { Rune *line; - + USED(name); - + line = readline(CopyMode); fprint(2, "%S\n", line); free(line); @@ -42,7 +42,7 @@ void r_ab(Rune *name) { USED(name); - + r_tm(L("ab")); exits(".ab"); } @@ -76,4 +76,3 @@ t20init(void) addreq(L("pm"), r_pm, -1); addreq(L("fl"), r_fl, 0); } - -- cgit v1.2.3