diff options
author | Karl Williamson <public@khwilliamson.com> | 2012-12-25 09:04:05 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2012-12-27 09:13:44 -0700 |
commit | ed630eabcbaf98f0975d813bbaf9a42d4aeb1779 (patch) | |
tree | 392d4168265175247edae8b2ab06000c8d2f3ff3 | |
parent | 3ef5b9b5ea635a30e6d3645136cc0d30133f984d (diff) | |
download | perl-ed630eabcbaf98f0975d813bbaf9a42d4aeb1779.tar.gz |
regcomp.c: Properly indent
-rw-r--r-- | regcomp.c | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -12702,12 +12702,12 @@ parseit: && ! (ANYOF_FLAGS(ret) & ANYOF_CLASS) && ! HAS_NONLOCALE_RUNTIME_PROPERTY_DEFINITION) { - UV start, end; - U8 op = END; /* The optimzation node-type */ + UV start, end; + U8 op = END; /* The optimzation node-type */ const char * cur_parse= RExC_parse; - invlist_iterinit(cp_list); - if (! invlist_iternext(cp_list, &start, &end)) { + invlist_iterinit(cp_list); + if (! invlist_iternext(cp_list, &start, &end)) { /* Here, the list is empty. This happens, for example, when a * Unicode property is the only thing in the character class, and |