1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-15 04:28:09 -04:00

Replace an indent of eight spaces with a tab

This commit is contained in:
Sebastian Thorarensen 2014-06-19 02:24:25 +02:00
parent ff08b3b022
commit 28a3dbe164

View File

@ -386,7 +386,7 @@ static void cmd_msg(const char *data, SERVER_REC *server, WI_ITEM_REC *item)
signal_emit("server sendmsg", 4, server, target, m,
GINT_TO_POINTER(target_type));
signal_emit(target_type == SEND_TARGET_CHANNEL ?
"message own_public" :
"message own_public" :
"message own_private", 4, server, m,
target, origtarget);
}