Skip to content

Commit 80636ba

Browse files
generatedunixname25815638124788833meta-codesync[bot]
authored andcommitted
xplat/graphics/igl/public/shell/shared/netservice/apple
Reviewed By: corporateshark Differential Revision: D94725223 fbshipit-source-id: 04c894133ee9bb691151af22f01554925b05d542
1 parent a8fadb5 commit 80636ba

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

shell/shared/netservice/apple/NetServiceApple.mm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
// ----------------------------------------------------------------------------
1515

1616
@interface IGLShellNetServiceDelegateAdapter : NSObject <NSNetServiceDelegate> {
17+
// NOLINTNEXTLINE(readability-identifier-naming)
1718
igl::shell::netservice::NetServiceApple* _owner; // weak ref
1819
}
1920
@end

shell/shared/netservice/apple/StreamApple.mm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
// ----------------------------------------------------------------------------
1616

1717
@interface IGLShellStreamDelegateAdapter : NSObject <NSStreamDelegate> {
18+
// NOLINTNEXTLINE(readability-identifier-naming)
1819
igl::shell::netservice::StreamAdapterApple* _owner; // weak ref
1920
}
2021
@end

0 commit comments

Comments
 (0)