summaryrefslogtreecommitdiff
path: root/src/unexpand.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1993-10-21 17:19:34 +0000
committerJim Meyering <jim@meyering.net>1993-10-21 17:19:34 +0000
commitdf1e389479d422ebf9eb7a08ef3d60238776e9c9 (patch)
tree8cf589ac0041d09f57a6b347a339343a323d47e8 /src/unexpand.c
parent193e68abd485958da7811d9fb18015d151145347 (diff)
downloadcoreutils-df1e389479d422ebf9eb7a08ef3d60238776e9c9.tar.xz
merge with 1.8c
Diffstat (limited to 'src/unexpand.c')
-rw-r--r--src/unexpand.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/unexpand.c b/src/unexpand.c
index 68b7073df..7affd88b5 100644
--- a/src/unexpand.c
+++ b/src/unexpand.c
@@ -243,7 +243,7 @@ validate_tabstops (tabs, entries)
{
int prev_tab = 0;
int i;
-
+
for (i = 0; i < entries; i++)
{
if (tabs[i] == 0)
@@ -262,7 +262,7 @@ unexpand ()
{
FILE *fp; /* Input stream. */
int c; /* Each input character. */
- /* Index in `tab_list' of next tabstop: */
+ /* Index in `tab_list' of next tabstop: */
int tab_index = 0; /* For calculating width of pending tabs. */
int print_tab_index = 0; /* For printing as many tabs as possible. */
int column = 0; /* Column on screen of next char. */