On Mon, 18 Aug 2025 07:25:35 GMT, Jayathirth D V <j...@openjdk.org> wrote:
>> modules/javafx.graphics/src/main/native-glass/mac/GlassViewCGL.m line 178: >> >>> 176: withHiDPIAware:isHiDPIAware >>> 177: withIsSwPipe:isSwPipe >>> 178: useMTLForBlit:useMTLInGlass]; >> >> Minor: indentation isn't consistent. > > We are following > https://google.github.io/styleguide/objcguide.html#method-invocations & > https://google.github.io/styleguide/objcguide.html#method-declarations-and-definitions. > So i have also updated the code where it is inconsistent and we are touching > in this PR. > > Please correct me if i am wrong. OK ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/1868#discussion_r2283910082