mirror of
https://https.git.savannah.gnu.org/git/coreutils.git
synced 2026-01-27 01:44:21 +00:00
remove useless spaces before TABs
This commit is contained in:
parent
72021730a8
commit
ba75c95164
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user