aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/talk/talk.c
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>1995-05-30 06:41:30 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>1995-05-30 06:41:30 +0000
commit7799f52a32f592a7efe259bc3411ba52d13db797 (patch)
tree350f6f98843363254f9afe467ae0c92d5a9d7f43 /usr.bin/talk/talk.c
parent5ebc7e6281887681c3a348a5a4c902e262ccd656 (diff)
downloadsrc-7799f52a32f592a7efe259bc3411ba52d13db797.tar.gz
src-7799f52a32f592a7efe259bc3411ba52d13db797.zip
Remove trailing whitespace.
Notes
Notes: svn path=/head/; revision=8874
Diffstat (limited to 'usr.bin/talk/talk.c')
-rw-r--r--usr.bin/talk/talk.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/talk/talk.c b/usr.bin/talk/talk.c
index 8873e26afffe..ca0dcb4a42e6 100644
--- a/usr.bin/talk/talk.c
+++ b/usr.bin/talk/talk.c
@@ -44,14 +44,14 @@ static char sccsid[] = "@(#)talk.c 8.1 (Berkeley) 6/6/93";
#include "talk.h"
/*
- * talk: A visual form of write. Using sockets, a two way
- * connection is set up between the two people talking.
- * With the aid of curses, the screen is split into two
+ * talk: A visual form of write. Using sockets, a two way
+ * connection is set up between the two people talking.
+ * With the aid of curses, the screen is split into two
* windows, and each users text is added to the window,
* one character at a time...
*
* Written by Kipp Hickman
- *
+ *
* Modified to run under 4.1a by Clem Cole and Peter Moore
* Modified to run between hosts by Peter Moore, 8/19/82
* Modified to run under 4.1c by Peter Moore 3/17/83