I need a review for a change to check for whitespaces and tabs that may follow a PEM header or footer. The current code only checks for a whitespace, but ends without a EOL character, resulting in a failure.
Tony --------- - [x] I confirm that I make this contribution in accordance with the [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai). ------------- Commit messages: - slash-s consistency - initial Changes: https://git.openjdk.org/jdk/pull/30909/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=30909&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8377975 Stats: 43 lines in 3 files changed: 24 ins; 4 del; 15 mod Patch: https://git.openjdk.org/jdk/pull/30909.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/30909/head:pull/30909 PR: https://git.openjdk.org/jdk/pull/30909
