remove useless spaces before TABs
authorJim Meyering <jim@meyering.net>
Mon, 10 Apr 2006 19:15:08 +0000 (19:15 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 10 Apr 2006 19:15:08 +0000 (19:15 +0000)
lib/regcomp.c

index 0d6d160..84512d0 100644 (file)
@@ -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)