diff options
author | rgrimes <rgrimes@FreeBSD.org> | 1995-05-30 06:41:30 +0000 |
---|---|---|
committer | rgrimes <rgrimes@FreeBSD.org> | 1995-05-30 06:41:30 +0000 |
commit | a14d555c873398b14776ca4f2c33f9c69617afb9 (patch) | |
tree | 350f6f98843363254f9afe467ae0c92d5a9d7f43 /usr.bin/chat | |
parent | f3a2b348daf9fa6063c38d2d69563f732a2f80e7 (diff) | |
download | FreeBSD-src-a14d555c873398b14776ca4f2c33f9c69617afb9.zip FreeBSD-src-a14d555c873398b14776ca4f2c33f9c69617afb9.tar.gz |
Remove trailing whitespace.
Diffstat (limited to 'usr.bin/chat')
-rw-r--r-- | usr.bin/chat/chat.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/chat/chat.c b/usr.bin/chat/chat.c index 73a9fd0..66387d6 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) |