> While updating the PKCS#11 headers from v3.1 to v3.2, I copied the files from > the upstream specification repository. Unfortunately, the upstream versions > of the following files contain tab characters in some of the newer additions: > > src/jdk.crypto.cryptoki/share/native/libj2pkcs11/pkcs11t.h > src/jdk.crypto.cryptoki/share/native/libj2pkcs11/pkcs11f.h > > git pr create --jcheck reported whitespace violations for these tabs. To make > it pass, I replaced the tabs with (4) spaces. > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai).
Andreas Chmielewski has updated the pull request incrementally with one additional commit since the last revision: Use original headers ------------- Changes: - all: https://git.openjdk.org/jdk/pull/32003/files - new: https://git.openjdk.org/jdk/pull/32003/files/1d0bbe91..0bda9dd9 Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=32003&range=02 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=32003&range=01-02 Stats: 27 lines in 3 files changed: 3 ins; 0 del; 24 mod Patch: https://git.openjdk.org/jdk/pull/32003.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/32003/head:pull/32003 PR: https://git.openjdk.org/jdk/pull/32003
