Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2020-03-11 15:23:55 +0300
committerCorinna Vinschen <corinna@vinschen.de>2020-03-11 15:45:58 +0300
commitd2ef2331f9ec4cc6510cab5cd540bb3c3c863ca8 (patch)
tree2ec6acd02a3e5f26b334c92d7d4b702cfda4738e /winsup/cygwin/regex/regex2.h
parent256bc8bde00071b42dad4caf23ddda037d34c5fd (diff)
Cygwin: fix formatting: drop spaces leading tabs
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup/cygwin/regex/regex2.h')
-rw-r--r--winsup/cygwin/regex/regex2.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/winsup/cygwin/regex/regex2.h b/winsup/cygwin/regex/regex2.h
index 53f687bf6..b9a35a45f 100644
--- a/winsup/cygwin/regex/regex2.h
+++ b/winsup/cygwin/regex/regex2.h
@@ -38,14 +38,14 @@
* First, the stuff that ends up in the outside-world include file
= typedef off_t regoff_t;
= typedef struct {
- = int re_magic;
- = size_t re_nsub; // number of parenthesized subexpressions
- = const char *re_endp; // end pointer for REG_PEND
- = struct re_guts *re_g; // none of your business :-)
+ = int re_magic;
+ = size_t re_nsub; // number of parenthesized subexpressions
+ = const char *re_endp; // end pointer for REG_PEND
+ = struct re_guts *re_g; // none of your business :-)
= } regex_t;
= typedef struct {
- = regoff_t rm_so; // start of match
- = regoff_t rm_eo; // end of match
+ = regoff_t rm_so; // start of match
+ = regoff_t rm_eo; // end of match
= } regmatch_t;
*/
/*