Integrated: CODETOOLS-7903254: Fix trailing whitespace in files

Jonathan Gibbons jjg at openjdk.org
Tue Aug 16 20:40:34 UTC 2022


On Tue, 16 Aug 2022 17:29:35 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:

> Please review a scripted update to remove trailing white space from `make` and `test` files.
> 
> 
> grep -rl ' $' open/make open/test | xargs sed -i .BAK -e 's/  *$//'

This pull request has now been integrated.

Changeset: 81b1343c
Author:    Jonathan Gibbons <jjg at openjdk.org>
URL:       https://git.openjdk.org/jtreg/commit/81b1343c0956ccee5abcee82a0efd7213179eeac
Stats:     87 lines in 40 files changed: 0 ins; 0 del; 87 mod

7903254: Fix trailing whitespace in files

Reviewed-by: iris

-------------

PR: https://git.openjdk.org/jtreg/pull/103


More information about the jtreg-dev mailing list