summaryrefslogtreecommitdiffstats
path: root/usr.bin/mail
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1995-05-30 06:41:30 +0000
committerrgrimes <rgrimes@FreeBSD.org>1995-05-30 06:41:30 +0000
commita14d555c873398b14776ca4f2c33f9c69617afb9 (patch)
tree350f6f98843363254f9afe467ae0c92d5a9d7f43 /usr.bin/mail
parentf3a2b348daf9fa6063c38d2d69563f732a2f80e7 (diff)
downloadFreeBSD-src-a14d555c873398b14776ca4f2c33f9c69617afb9.zip
FreeBSD-src-a14d555c873398b14776ca4f2c33f9c69617afb9.tar.gz
Remove trailing whitespace.
Diffstat (limited to 'usr.bin/mail')
-rw-r--r--usr.bin/mail/aux.c2
-rw-r--r--usr.bin/mail/cmd2.c2
-rw-r--r--usr.bin/mail/list.c6
-rw-r--r--usr.bin/mail/names.c2
-rw-r--r--usr.bin/mail/send.c2
-rw-r--r--usr.bin/mail/temp.c2
6 files changed, 8 insertions, 8 deletions
diff --git a/usr.bin/mail/aux.c b/usr.bin/mail/aux.c
index f4c2acd..31038c8 100644
--- a/usr.bin/mail/aux.c
+++ b/usr.bin/mail/aux.c
@@ -152,7 +152,7 @@ argcount(argv)
register char **ap;
for (ap = argv; *ap++ != NOSTR;)
- ;
+ ;
return ap - argv - 1;
}
diff --git a/usr.bin/mail/cmd2.c b/usr.bin/mail/cmd2.c
index abe3ca9..976f390 100644
--- a/usr.bin/mail/cmd2.c
+++ b/usr.bin/mail/cmd2.c
@@ -61,7 +61,7 @@ next(msgvec)
if (*msgvec != NULL) {
/*
- * If some messages were supplied, find the
+ * If some messages were supplied, find the
* first applicable one following dot using
* wrap around.
*/
diff --git a/usr.bin/mail/list.c b/usr.bin/mail/list.c
index 18cf1eb..9759f2d 100644
--- a/usr.bin/mail/list.c
+++ b/usr.bin/mail/list.c
@@ -319,7 +319,7 @@ number:
if ((mp->m_flag & colp->co_mask)
!= colp->co_equal)
unmark(i);
-
+
}
for (mp = &message[0]; mp < &message[msgCount]; mp++)
if (mp->m_flag & MMARK)
@@ -693,7 +693,7 @@ matchsubj(str, mesg)
else
strcpy(lastscan, str);
mp = &message[mesg-1];
-
+
/*
* Now look, ignoring case, for the word in the string.
*/
@@ -784,7 +784,7 @@ metamess(meta, f)
return(-1);
case '.':
- /*
+ /*
* Current message.
*/
m = dot - &message[0] + 1;
diff --git a/usr.bin/mail/names.c b/usr.bin/mail/names.c
index b2f8cfe..e17e9f2 100644
--- a/usr.bin/mail/names.c
+++ b/usr.bin/mail/names.c
@@ -598,7 +598,7 @@ elide(names)
np = np->n_flink;
continue;
}
-
+
/*
* Now t points to the last entry with the same name
* as np. Make np point beyond t.
diff --git a/usr.bin/mail/send.c b/usr.bin/mail/send.c
index c8b8fea..063e6ad 100644
--- a/usr.bin/mail/send.c
+++ b/usr.bin/mail/send.c
@@ -91,7 +91,7 @@ send(mp, obuf, doign, prefix)
break;
count -= length = strlen(line);
if (firstline) {
- /*
+ /*
* First line is the From line, so no headers
* there to worry about
*/
diff --git a/usr.bin/mail/temp.c b/usr.bin/mail/temp.c
index 9162c9f..0690027 100644
--- a/usr.bin/mail/temp.c
+++ b/usr.bin/mail/temp.c
@@ -71,7 +71,7 @@ tinit()
cp[len + 1] = '\0';
tmpdir = cp;
}
-
+
strcpy(tempMail, tmpdir);
mktemp(strcat(tempMail, "RsXXXXXX"));
strcpy(tempResid, tmpdir);
OpenPOWER on IntegriCloud