diff options
author | Michael G Schwern <schwern@pobox.com> | 2021-05-05 07:18:01 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2021-05-31 10:56:32 -0600 |
commit | 1f4fbd3b4b26604673abca2a5f911744e826b1f3 (patch) | |
tree | 7773c49ab07c92cda1f284740365a13e835c1376 /perly.h | |
parent | 77a6d54c0deb1165b37dcf11c21cd334ae2579bb (diff) | |
download | perl-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.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |