On Tue, 15 Sep 2020 22:18:09 GMT, Kevin Rushforth <k...@openjdk.org> wrote:
> This adds the following extensions to the list of source files that git > jcheck will check for whitespace errors: > > .cc, .hh, .m, .mm > > All files with the above extensions are now white-space clean after the fix > for > [JDK-8240487](https://bugs.openjdk.java.net/browse/JDK-8240487). This will > help them stay that way. > I just integrated a similar fix to `jfx` (with a few more source extensions > that aren't relevant for the JDK) in > [JDK-8240499](https://bugs.openjdk.java.net/browse/JDK-8240499). This pull request has now been integrated. Changeset: 10867134 Author: Kevin Rushforth <k...@openjdk.org> Committer: Jayathirth D V <j...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/10867134 Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod 8253206: Enforce whitespace checking for additional source files Reviewed-by: prr, erikj, jdv ------------- PR: https://git.openjdk.java.net/jdk/pull/195