]> git.donarmstrong.com Git - perltidy.git/commit
fix an issue with line-ending blanks (c258)
authorSteve Hancock <perltidy@users.sourceforge.net>
Mon, 21 Aug 2023 00:10:07 +0000 (17:10 -0700)
committerSteve Hancock <perltidy@users.sourceforge.net>
Mon, 21 Aug 2023 00:10:07 +0000 (17:10 -0700)
commit8a2dff2749dc8e125efb3f70b8c695843ab6f979
tree3a8bbc8bcd84750a0dec26bea92384979164ffc2
parent9536d2c936a2e592ad06cc1361844dda1bc0628d
fix an issue with line-ending blanks (c258)

No real cases have been found where this changes formatting,
but it is possible to construct a case where it could produce unwanted
spacing just on the first time perltidy is run. It would be corrected on the
next run because perltidy trims trailing blanks from code lines.
lib/Perl/Tidy/Tokenizer.pm