summaryrefslogtreecommitdiff
path: root/src/ptx.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-04-11 12:44:23 +0000
committerJim Meyering <jim@meyering.net>2003-04-11 12:44:23 +0000
commit3cd987830d35ed168222c18b3bedab060d58169e (patch)
tree115355c6b8fd72bf00c659406b4be6fb82ce84b2 /src/ptx.c
parent0893227b13962acb4ec9128e97171f1e22cc49ae (diff)
downloadcoreutils-3cd987830d35ed168222c18b3bedab060d58169e.tar.xz
Remove SPC in SPC-TAB sequence.
Diffstat (limited to 'src/ptx.c')
-rw-r--r--src/ptx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ptx.c b/src/ptx.c
index cbccb4e86..a0be0f34b 100644
--- a/src/ptx.c
+++ b/src/ptx.c
@@ -505,7 +505,7 @@ initialize_regex (void)
| This routine will attempt to swallow a whole file name FILE_NAME into a |
| contiguous region of memory and return a description of it into BLOCK. |
| Standard input is assumed whenever FILE_NAME is NULL, empty or "-". |
-| |
+| |
| Previously, in some cases, white space compression was attempted while |
| inputting text. This was defeating some regexps like default end of |
| sentence, which checks for two consecutive spaces. If white space |
@@ -603,7 +603,7 @@ swallow_file_in_memory (const char *file_name, BLOCK *block)
| Compare two words, FIRST and SECOND, and return 0 if they are identical. |
| Return less than 0 if the first word goes before the second; return |
| greater than 0 if the first word goes after the second. |
-| |
+| |
| If a word is indeed a prefix of the other, the shorter should go first. |
`--------------------------------------------------------------------------*/