On Mon, 2 Sep 2024 12:17:57 GMT, Christoph Langer <clan...@openjdk.org> wrote:

>> Matthias Baesken has updated the pull request incrementally with one 
>> additional commit since the last revision:
>> 
>>   adjust indentation in X11Color.c
>
> src/java.desktop/unix/native/common/awt/X11Color.c line 1236:
> 
>> 1234:     for (int i = 0; i < num_colors; i++)
>> 1235:         alloc_col (awt_display, awtData->awt_cmap, red (rgbColors [i]),
>> 1236:                      green (rgbColors [i]), blue (rgbColors [i]), -1,
> 
> Seems like indentation here could be improved a bit.

Agree, I adjust this in another commit.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/20812#discussion_r1740919406

Reply via email to