summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/chat.c
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2002-06-15 08:03:30 +0000
committerbrian <brian@FreeBSD.org>2002-06-15 08:03:30 +0000
commit72243fc694aea0f3db76715775105efb1fa5e79b (patch)
tree1a5ce3d59f7e248077b816072e04048f10560a99 /usr.sbin/ppp/chat.c
parent361d0dd8a73326bbaf2681ea73e1e304ecedb470 (diff)
downloadFreeBSD-src-72243fc694aea0f3db76715775105efb1fa5e79b.zip
FreeBSD-src-72243fc694aea0f3db76715775105efb1fa5e79b.tar.gz
Remove whitespace at the end of lines.
Diffstat (limited to 'usr.sbin/ppp/chat.c')
-rw-r--r--usr.sbin/ppp/chat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/chat.c b/usr.sbin/ppp/chat.c
index 79632b1..79e41ea 100644
--- a/usr.sbin/ppp/chat.c
+++ b/usr.sbin/ppp/chat.c
@@ -449,7 +449,7 @@ chat_Read(struct fdescriptor *d, struct bundle *bundle, const fd_set *fdset)
/* Got it ! */
timer_Stop(&c->timeout);
if (memchr(begin + c->arglen - 1, '\n',
- c->bufend - begin - c->arglen + 1) == NULL) {
+ c->bufend - begin - c->arglen + 1) == NULL) {
/* force it into the log */
end = c->bufend;
c->bufend = begin + c->arglen;
@@ -467,7 +467,7 @@ chat_Read(struct fdescriptor *d, struct bundle *bundle, const fd_set *fdset)
if (!strncmp(begin, c->abort.string[n].data,
c->abort.string[n].len)) {
if (memchr(begin + c->abort.string[n].len - 1, '\n',
- c->bufend - begin - c->abort.string[n].len + 1) == NULL) {
+ c->bufend - begin - c->abort.string[n].len + 1) == NULL) {
/* force it into the log */
end = c->bufend;
c->bufend = begin + c->abort.string[n].len;
OpenPOWER on IntegriCloud