diff options
author | KindOne <lostinwhatever@outlook.com> | 2016-03-14 21:23:37 -0400 |
---|---|---|
committer | KindOne <lostinwhatever@outlook.com> | 2016-03-14 21:23:37 -0400 |
commit | bcebed5a72308f57de8f96f6ab9ad5ccad93a811 (patch) | |
tree | cf3f4a1c33fd4ec79e1be5dbe44e0dacf0ac6a1b | |
parent | 6aa33c4aae0479cca24cb5e581e83b3b5e509134 (diff) | |
download | irssi-bcebed5a72308f57de8f96f6ab9ad5ccad93a811.zip |
Replace spaces with tabs
-rw-r--r-- | src/core/chat-commands.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/chat-commands.c b/src/core/chat-commands.c index 8e881679..7f000cf5 100644 --- a/src/core/chat-commands.c +++ b/src/core/chat-commands.c @@ -117,8 +117,8 @@ static SERVER_CONNECT_REC *get_server_connect(const char *data, int *plus_addr, if (g_hash_table_lookup(optlist, "!") != NULL) conn->no_autojoin_channels = TRUE; - if (g_hash_table_lookup(optlist, "noautosendcmd") != NULL) - conn->no_autosendcmd = TRUE; + if (g_hash_table_lookup(optlist, "noautosendcmd") != NULL) + conn->no_autosendcmd = TRUE; if (g_hash_table_lookup(optlist, "noproxy") != NULL) g_free_and_null(conn->proxy); |