On Mon, 6 Feb 2023 08:33:37 GMT, Andrey Turbanov <aturba...@openjdk.org> wrote:

>> Joe Darcy has updated the pull request incrementally with two additional 
>> commits since the last revision:
>> 
>>  - Two more spacing fixes.
>>  - Implement spacing improvements from code review comments.
>
> src/java.base/share/classes/java/lang/FdLibm.java line 1233:
> 
>> 1231: 
>> 1232:             h = 0.5;
>> 1233:             if ( jx < 0) {
> 
> Suggestion:
> 
>             if (jx < 0) {

Spacing fixed; thanks @turbanoff .

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

PR: https://git.openjdk.org/jdk/pull/12429

Reply via email to