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/faces/main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/cmd/faces/main.c') diff --git a/src/cmd/faces/main.c b/src/cmd/faces/main.c index bb36ed7c..30343c74 100644 --- a/src/cmd/faces/main.c +++ b/src/cmd/faces/main.c @@ -19,7 +19,7 @@ enum Infolines = 9, HhmmTime = 18*60*60, /* max age of face to display hh:mm time */ - + STACK = 32768 }; @@ -293,7 +293,7 @@ updatetimes(void) continue; if(((long)(now - f->time) <= HhmmTime) != f->recent) drawface(f, i); - } + } } void @@ -610,7 +610,7 @@ click(int button, Mouse *m) return; }else{ for(i=first; istr[Sshow], "/XXXvwhois")){ lockdisplay(display); delface(i); -- cgit v1.2.3