summaryrefslogtreecommitdiff
path: root/lib/regcomp.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-04-10 19:15:08 +0000
committerJim Meyering <jim@meyering.net>2006-04-10 19:15:08 +0000
commitba75c95164b32e59b8adfc31b2f338be4cd9fa91 (patch)
tree3f3e1d446caadcba3f4c7eacab2c73c3452b029f /lib/regcomp.c
parent72021730a8e675b697b008c45248fc65af05dfaf (diff)
downloadcoreutils-ba75c95164b32e59b8adfc31b2f338be4cd9fa91.tar.xz
remove useless spaces before TABs
Diffstat (limited to 'lib/regcomp.c')
-rw-r--r--lib/regcomp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/regcomp.c b/lib/regcomp.c
index 0d6d160bf..84512d00c 100644
--- a/lib/regcomp.c
+++ b/lib/regcomp.c
@@ -3529,13 +3529,13 @@ build_charclass (RE_TRANSLATE_TYPE trans, bitset_t sbcset,
if (BE (trans != NULL, 0)) \
{ \
for (i = 0; i < SBC_MAX; ++i) \
- if (ctype_func (i)) \
+ if (ctype_func (i)) \
bitset_set (sbcset, trans[i]); \
} \
else \
{ \
for (i = 0; i < SBC_MAX; ++i) \
- if (ctype_func (i)) \
+ if (ctype_func (i)) \
bitset_set (sbcset, i); \
} \
} while (0)