On Mon, 27 Nov 2023 14:12:11 GMT, Magnus Ihse Bursie <i...@openjdk.org> wrote:
> For some reason, we have not been consistent with using spaces around the > assignment operators (`:=` and `=`) in spec.gmk.in. This has annoyed me for a > long time. > > When making this change, I noticed that there are a lot of late evaluation > assignments (= instead of :=) that should not be there. To not confuse the > code review, I will fix these separately. Thus this change will only change > whitespace. This pull request has now been integrated. Changeset: f0a12c57 Author: Magnus Ihse Bursie <i...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/f0a12c571b3c2e7f5c1cdadb70742f27a69f93e3 Stats: 351 lines in 1 file changed: 0 ins; 0 del; 351 mod 8320763: Fix spacing arround assignment in spec.gmk.in Reviewed-by: erikj, iris ------------- PR: https://git.openjdk.org/jdk/pull/16825