aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/chat/chat.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/chat/chat.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/chat/chat.c')
-rw-r--r--usr.bin/chat/chat.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/chat/chat.c b/usr.bin/chat/chat.c
index 73a9fd0166f4..66387d63ae03 100644
--- a/usr.bin/chat/chat.c
+++ b/usr.bin/chat/chat.c
@@ -18,7 +18,7 @@
* (614)451-1883
*/
-static char rcsid[] = "$Id: chat.c,v 1.1.1.1 1994/11/12 05:25:32 lars Exp $";
+static char rcsid[] = "$Id: chat.c,v 1.2 1994/12/19 01:02:11 ache Exp $";
#include <stdio.h>
#include <fcntl.h>
@@ -228,7 +228,7 @@ char **argv;
#endif
init();
-
+
if (chat_file != NULL)
{
arg = ARG(argc, argv);
@@ -300,7 +300,7 @@ char *chat_file;
linect);
terminate (1);
}
-
+
if (*sp++ == '\\')
if (*sp != '\0')
++sp;
@@ -672,7 +672,7 @@ int sending;
else
*s1++ = 'N';
break;
-
+
default:
if (isoctal (cur_chr))
{
@@ -738,7 +738,7 @@ register char *s;
if (*hyphen == '-')
if (hyphen == s || hyphen[-1] != '\\')
break;
-
+
if (*hyphen == '-')
{
*hyphen = '\0';
@@ -1105,7 +1105,7 @@ register char *string;
}
alarm(0);
-
+
if (verbose && printed)
{
if (alarmed)