aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/m4/main.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/m4/main.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/m4/main.c')
-rw-r--r--usr.bin/m4/main.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/m4/main.c b/usr.bin/m4/main.c
index d16bbf15655c..395e04dbdb86 100644
--- a/usr.bin/m4/main.c
+++ b/usr.bin/m4/main.c
@@ -200,7 +200,7 @@ main(argc,argv)
else if ((ifp = fopen(p, "r")) == NULL)
oops("%s: %s", p, strerror(errno));
sp = -1;
- fp = 0;
+ fp = 0;
infile[0] = ifp;
macro();
if (ifp != stdin)
@@ -377,7 +377,7 @@ macro() {
* combo with lookup to speed things up.
*/
ndptr
-inspect(tp)
+inspect(tp)
register char *tp;
{
register int c;
@@ -401,9 +401,9 @@ register char *tp;
}
/*
- * initkwds - initialise m4 keywords as fast as possible.
+ * initkwds - initialise m4 keywords as fast as possible.
* This very similar to install, but without certain overheads,
- * such as calling lookup. Malloc is not used for storing the
+ * such as calling lookup. Malloc is not used for storing the
* keyword strings, since we simply use the static pointers
* within keywrds block.
*/