RFR: JDK-8302618: [MacOS] Problem typing uppercase letters with java.awt.Robot when moving mouse [v2]
Alexey Ivanov
aivanov at openjdk.org
Mon Jul 3 21:30:57 UTC 2023
On Mon, 3 Jul 2023 21:26:13 GMT, Harshitha Onkar <honkar at openjdk.org> wrote:
>> I disagree: the common style throughout this file is to put the opening brace on the following line. A few lines above, `GetCGKeyCode` follows the same style.
>
> @aivanov-jdk Yeah, I wasn't sure of open brace placement in native - some methods follow Java-style of having the open brace on the same line and few others have it on the next line. Will revert it in the next commit.
Follow the style of the surrounding code so that added or modified lines don't stand out.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/14744#discussion_r1251291117
More information about the client-libs-dev
mailing list