]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(RE_SYNTAX_POSIX_AWK): Remove useless space-before-TAB.
authorJim Meyering <jim@meyering.net>
Fri, 12 Aug 2005 12:41:41 +0000 (12:41 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 12 Aug 2005 12:41:41 +0000 (12:41 +0000)
lib/regex.h

index 25c950559d654d513da9f1d8bc01c63507ad2bcd..0a59c7be1ca24602a5828068822e1b98529d03ef 100644 (file)
@@ -206,7 +206,7 @@ extern reg_syntax_t re_syntax_options;
    & ~(RE_DOT_NOT_NULL | RE_INTERVALS | RE_CONTEXT_INDEP_OPS           \
        | RE_CONTEXT_INVALID_OPS ))
 
-#define RE_SYNTAX_POSIX_AWK                                            \
+#define RE_SYNTAX_POSIX_AWK                                            \
   (RE_SYNTAX_POSIX_EXTENDED | RE_BACKSLASH_ESCAPE_IN_LISTS             \
    | RE_INTERVALS          | RE_NO_GNU_OPS)