Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
The code should fit in 80 columns.
  • Loading branch information
rom1v committed Jun 21, 2023
1 parent 0ffcfa0 commit ea59d52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/server.c
Original file line number Diff line number Diff line change
Expand Up @@ -533,8 +533,8 @@ sc_server_connect_to(struct sc_server *server, struct sc_server_info *info) {
if (audio_socket == SC_SOCKET_NONE) {
goto fail;
}
bool ok = net_connect_intr(&server->intr, audio_socket, tunnel_host,
tunnel_port);
bool ok = net_connect_intr(&server->intr, audio_socket,
tunnel_host, tunnel_port);
if (!ok) {
goto fail;
}
Expand Down

0 comments on commit ea59d52

Please sign in to comment.