Fix code style
The code should fit in 80 columns.
This commit is contained in:
parent
0ffcfa0f5c
commit
ea59d525bd
1 changed files with 2 additions and 2 deletions
|
@ -533,8 +533,8 @@ sc_server_connect_to(struct sc_server *server, struct sc_server_info *info) {
|
||||||
if (audio_socket == SC_SOCKET_NONE) {
|
if (audio_socket == SC_SOCKET_NONE) {
|
||||||
goto fail;
|
goto fail;
|
||||||
}
|
}
|
||||||
bool ok = net_connect_intr(&server->intr, audio_socket, tunnel_host,
|
bool ok = net_connect_intr(&server->intr, audio_socket,
|
||||||
tunnel_port);
|
tunnel_host, tunnel_port);
|
||||||
if (!ok) {
|
if (!ok) {
|
||||||
goto fail;
|
goto fail;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue