From 7799f52a32f592a7efe259bc3411ba52d13db797 Mon Sep 17 00:00:00 2001 From: "Rodney W. Grimes" Date: Tue, 30 May 1995 06:41:30 +0000 Subject: Remove trailing whitespace. --- usr.bin/window/main.c | 2 +- usr.bin/window/wwclreol.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/window') diff --git a/usr.bin/window/main.c b/usr.bin/window/main.c index 15de840d4101..16fe0a50dfde 100644 --- a/usr.bin/window/main.c +++ b/usr.bin/window/main.c @@ -64,7 +64,7 @@ char **argv; char *cmd = 0; char tflag = 0; - escapec = ESCAPEC; + escapec = ESCAPEC; if (p = rindex(*argv, '/')) p++; else diff --git a/usr.bin/window/wwclreol.c b/usr.bin/window/wwclreol.c index d827f67bffd6..5f3f64a1da70 100644 --- a/usr.bin/window/wwclreol.c +++ b/usr.bin/window/wwclreol.c @@ -58,7 +58,7 @@ char cleared; { register union ww_char *buf; - buf = &w->ww_buf[row][col]; + buf = &w->ww_buf[row][col]; for (i = w->ww_b.r - col; --i >= 0;) buf++->c_w = ' '; } -- cgit v1.3