mirror of
https://github.com/irssi/irssi.git
synced 2026-08-24 02:52:20 +02:00
Change coding style
This commit is contained in:
parent
f153922759
commit
a35e5b4f9d
14 changed files with 257 additions and 354 deletions
|
|
@ -552,7 +552,7 @@ static GIOChannel *irssi_ssl_get_iochannel(GIOChannel *handle, int port, SERVER_
|
|||
return gchan;
|
||||
}
|
||||
GIOChannel *net_connect_proxy_ssl(struct network_proxy const *proxy, char const *host, int port,
|
||||
IPADDR *ip, IPADDR *my_ip, SERVER_REC *server)
|
||||
IPADDR *ip, IPADDR *my_ip, SERVER_REC *server)
|
||||
{
|
||||
GIOChannel *handle, *ssl_handle;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue