On Mon, 10 Jan 2022 17:40:12 GMT, Alex Menkov <[email protected]> wrote:
>> Chris Plummer has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Fix indentation
>
> src/jdk.jdwp.agent/share/native/libjdwp/invoker.c line 802:
>
>> 800: */
>> 801: if (mustReleaseReturnValue && returnValue.l != NULL) {
>> 802: tossGlobalRef(env, &returnValue.l);
>
> Please make indentation 4 spaces to be consistent with other code in the file.
> The same for line 805
Fixed.
-------------
PR: https://git.openjdk.java.net/jdk/pull/6943