summaryrefslogtreecommitdiff
path: root/regcomp.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2021-08-07 14:50:13 -0600
committerKarl Williamson <khw@cpan.org>2021-08-07 14:50:36 -0600
commit5ebe54f5e7dbe9402d399d3aebdc6fb6014ce5f5 (patch)
treeaa0e2ad808dfc84d1fc4e33be6989602d6eb458a /regcomp.c
parentc27e0f5a0033a9a7c8922de244f8172d6e9d37ad (diff)
downloadperl-5ebe54f5e7dbe9402d399d3aebdc6fb6014ce5f5.tar.gz
regcomp.c: White-space only
Diffstat (limited to 'regcomp.c')
-rw-r--r--regcomp.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/regcomp.c b/regcomp.c
index cbeea2b4ee..6c3f0c9767 100644
--- a/regcomp.c
+++ b/regcomp.c
@@ -19394,14 +19394,14 @@ S_optimize_regclass(pTHX_
/* If we know at compile time that this matches every possible code
* point, any run-time dependencies don't matter */
- if (start[0] == 0 && end[0] == UV_MAX) {
- if (*invert) {
- goto return_OPFAIL;
- }
- else {
- goto return_SANY;
+ if (start[0] == 0 && end[0] == UV_MAX) {
+ if (*invert) {
+ goto return_OPFAIL;
+ }
+ else {
+ goto return_SANY;
+ }
}
- }
/* Use a clearer mnemonic for below */
lowest_cp = start[0];