summaryrefslogtreecommitdiff
path: root/scope.c
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2022-10-31 13:47:43 +0100
committerYves Orton <demerphq@gmail.com>2022-11-01 11:57:31 +0100
commite6421d31ff3b18d931e0da3152437c6f8d3f24a9 (patch)
tree3f6caa6fba4c52912511f846debee6a1aaaafa82 /scope.c
parentfefcc043b6a92984b721aeb113c9251b5d87f34d (diff)
downloadperl-e6421d31ff3b18d931e0da3152437c6f8d3f24a9.tar.gz
mg.c/perl.c/scope.c - fixup mangled indentation and whitespace
Various code related to set_and_free_cop_warnings was terribly mangled as far as whitespace goes. This patch cleans it up so it is readable and correctly indented. Whitespace only changes.
Diffstat (limited to 'scope.c')
-rw-r--r--scope.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scope.c b/scope.c
index eb4349635f..c80099b326 100644
--- a/scope.c
+++ b/scope.c
@@ -1668,7 +1668,7 @@ Perl_leave_scope(pTHX_ I32 base)
case SAVEt_COMPILE_WARNINGS:
a0 = ap[0];
- free_and_set_cop_warnings(&PL_compiling, (STRLEN*) a0.any_ptr);
+ free_and_set_cop_warnings(&PL_compiling, (STRLEN*) a0.any_ptr);
break;
case SAVEt_PARSER: