summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-04-15 06:21:52 +0000
committerJim Meyering <jim@meyering.net>2003-04-15 06:21:52 +0000
commit533c50216ed6fbe04d5f1ea88791491a19737647 (patch)
tree80e98e1cc9d067de8c47a5a84488d584288c5bb0 /lib
parentb694daa08f47c23a27a80ec599a5d61dffd73f09 (diff)
downloadcoreutils-533c50216ed6fbe04d5f1ea88791491a19737647.tar.xz
Remove (or replace-with-TAB(s) to retain alignment)
each sequence of spaces before a TAB character.
Diffstat (limited to 'lib')
-rw-r--r--lib/regex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/regex.h b/lib/regex.h
index 8b8bb9d5a..88abfd998 100644
--- a/lib/regex.h
+++ b/lib/regex.h
@@ -187,7 +187,7 @@ extern reg_syntax_t re_syntax_options;
((RE_SYNTAX_POSIX_EXTENDED | RE_BACKSLASH_ESCAPE_IN_LISTS | RE_DEBUG) \
& ~(RE_DOT_NOT_NULL | RE_INTERVALS | RE_CONTEXT_INDEP_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)