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/t5.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/cmd/htmlroff/t5.c') diff --git a/src/cmd/htmlroff/t5.c b/src/cmd/htmlroff/t5.c index cb951951..226da09b 100644 --- a/src/cmd/htmlroff/t5.c +++ b/src/cmd/htmlroff/t5.c @@ -49,7 +49,7 @@ sp(int v) { Rune buf[100]; double fv; - + br(); fv = v * 1.0/UPI; if(fv > 5) @@ -93,7 +93,7 @@ r_rs(int argc, Rune **argv) void t5init(void) -{ +{ addreq(L("vs"), r_vs, -1); addreq(L("ls"), r_ls, -1); addreq(L("sp"), r_sp, -1); @@ -107,4 +107,3 @@ t5init(void) nr(L(".ls"), 1); nr(L(".ls0"), 1); } - -- cgit v1.2.3