summaryrefslogtreecommitdiff
path: root/perly.h
diff options
context:
space:
mode:
authorMichael G Schwern <schwern@pobox.com>2021-05-05 07:18:01 -0600
committerKarl Williamson <khw@cpan.org>2021-05-31 10:56:32 -0600
commit1f4fbd3b4b26604673abca2a5f911744e826b1f3 (patch)
tree7773c49ab07c92cda1f284740365a13e835c1376 /perly.h
parent77a6d54c0deb1165b37dcf11c21cd334ae2579bb (diff)
downloadperl-1f4fbd3b4b26604673abca2a5f911744e826b1f3.tar.gz
Base *.[ch] files: Replace leading tabs with blanks
This is a rebasing by @khw of part of GH #18792, which I needed to get in now to proceed with other commits. It also strips trailing white space from the affected files.
Diffstat (limited to 'perly.h')
-rw-r--r--perly.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/perly.h b/perly.h
index 545cf3f6b0..e7917e4c40 100644
--- a/perly.h
+++ b/perly.h
@@ -188,7 +188,7 @@ S_is_opval_token(int type) {
case QWLIST:
case THING:
case UNIOPSUB:
- return 1;
+ return 1;
}
return 0;
}
@@ -200,7 +200,7 @@ union YYSTYPE
{
I32 ival; /* __DEFAULT__ (marker for regen_perly.pl;
- must always be 1st union member) */
+ must always be 1st union member) */
char *pval;
OP *opval;
GV *gvval;