summaryrefslogtreecommitdiffstats
path: root/usr.bin/more/tags.c
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/more/tags.c
parentf3a2b348daf9fa6063c38d2d69563f732a2f80e7 (diff)
downloadFreeBSD-src-a14d555c873398b14776ca4f2c33f9c69617afb9.zip
FreeBSD-src-a14d555c873398b14776ca4f2c33f9c69617afb9.tar.gz
Remove trailing whitespace.
Diffstat (limited to 'usr.bin/more/tags.c')
-rw-r--r--usr.bin/more/tags.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/more/tags.c b/usr.bin/more/tags.c
index 029557e..0d805fa 100644
--- a/usr.bin/more/tags.c
+++ b/usr.bin/more/tags.c
@@ -147,7 +147,7 @@ findtag(tag)
* We don't use search() for several reasons:
* - We don't want to blow away any search string we may have saved.
* - The various regular-expression functions (from different systems:
- * regcmp vs. re_comp) behave differently in the presence of
+ * regcmp vs. re_comp) behave differently in the presence of
* parentheses (which are almost always found in a tag).
*/
tagsearch()
@@ -161,14 +161,14 @@ tagsearch()
for (;;)
{
/*
- * Get lines until we find a matching one or
+ * Get lines until we find a matching one or
* until we hit end-of-file.
*/
if (sigs)
return (1);
/*
- * Read the next line, and save the
+ * Read the next line, and save the
* starting position of that line in linepos.
*/
linepos = pos;
OpenPOWER on IntegriCloud