Skip to content

Commit

Permalink
Remove unnecessary space
Browse files Browse the repository at this point in the history
  • Loading branch information
psychs committed May 4, 2014
1 parent 2c2c9a0 commit fe44c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Library/TCPClient.m
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ - (BOOL)onSocketWillConnect:(AsyncSocket*)sender
else if (_useSocks) {
[_conn useSocksProxyVersion:_socksVersion host:_proxyHost port:_proxyPort user:_proxyUser password:_proxyPassword];
}

if (_useSSL) {
[_conn useSSL];
}
Expand Down

0 comments on commit fe44c76

Please sign in to comment.