Skip to content

Commit e11e8e3

Browse files
author
pi1024e
committed
Fixed whitespace
1 parent 628b1c1 commit e11e8e3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

CoreFoundation/Stream.subproj/CFSocketStream.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,6 @@ CF_PRIVATE CFErrorRef _CFErrorFromStreamError(CFAllocatorRef alloc, CFStreamErro
226226
canUpCall = (CFNetworkSupport._CFErrorCreateWithStreamError != NULL);
227227
__CFUnlock(&(CFNetworkSupport.lock));
228228

229-
230229
if (canUpCall) {
231230
result = CFNETWORK_CALL(_CFErrorCreateWithStreamError, (alloc, streamError));
232231
} else {

0 commit comments

Comments
 (0)