On Thu, 18 Aug 2022 02:36:37 GMT, David Holmes <[email protected]> wrote:
>> Julian Waters has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Cleanup
>
> src/java.base/unix/native/libjli/java_md_common.c line 213:
>
>> 211: */
>> 212: char error[1024];
>> 213: if(strerror_r(errno, error, sizeof error) == 0) {
>
> Style nit: need space after 'if'
>
> This applies to other files too.
Fixed, thanks for the heads up
-------------
PR: https://git.openjdk.org/jdk/pull/9870