mirror of
https://github.com/irssi/irssi.git
synced 2026-08-23 10:32:31 +02:00
Change coding style
Based on original patch by hawken93 <hawken@thehawken.org> 3 Oct 2014
This commit is contained in:
parent
4b0610e317
commit
4a8a6cfcbf
14 changed files with 301 additions and 169 deletions
|
|
@ -215,11 +215,11 @@ static void server_init(IRC_SERVER_REC *server)
|
|||
char *address, *ptr, *username, *cmd;
|
||||
GTimeVal now;
|
||||
|
||||
struct network_proxy_send_string_info const send_info = {
|
||||
.host = server->connrec->address,
|
||||
.port = server->connrec->port,
|
||||
.func = irc_send_cmd_now_wrapper,
|
||||
.obj = server
|
||||
const struct network_proxy_send_string_info send_info = {
|
||||
.host = server->connrec->address,
|
||||
.port = server->connrec->port,
|
||||
.func = irc_send_cmd_now_wrapper,
|
||||
.obj = server
|
||||
};
|
||||
|
||||
g_return_if_fail(server != NULL);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue