Skip to content

Commit 657d203

Browse files
use tabs
1 parent bb43a69 commit 657d203

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

WebDriverAgentLib/Vendor/CocoaAsyncSocket/GCDAsyncUdpSocket.m

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3138,7 +3138,7 @@ - (BOOL)connectToHost:(NSString *)host onPort:(uint16_t)port error:(NSError **)e
31383138

31393139
// Create the socket(s) if needed
31403140

3141-
if ((self->flags & kDidCreateSockets) == 0)
3141+
if ((self->flags & kDidCreateSockets) == 0)
31423142
{
31433143
if (![self createSockets:&err])
31443144
{
@@ -3171,9 +3171,9 @@ - (BOOL)connectToHost:(NSString *)host onPort:(uint16_t)port error:(NSError **)e
31713171

31723172
// Updates flags, add connect packet to send queue, and pump send queue
31733173

3174-
self->flags |= kConnecting;
3174+
self->flags |= kConnecting;
31753175

3176-
[self->sendQueue addObject:packet];
3176+
[self->sendQueue addObject:packet];
31773177
[self maybeDequeueSend];
31783178

31793179
result = YES;

0 commit comments

Comments
 (0)