forked from PsychoticNinja/irssi
Replace tab between else and opening brace with space.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4771 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
81ef5de591
commit
4b4980badd
@ -133,7 +133,7 @@ static void fe_recode_remove_cmd (const char *data, SERVER_REC *server, WI_ITEM_
|
|||||||
|
|
||||||
if (iconfig_get_str("conversions", target, NULL) == NULL)
|
if (iconfig_get_str("conversions", target, NULL) == NULL)
|
||||||
printformat(NULL, NULL, MSGLEVEL_CLIENTNOTICE, TXT_CONVERSION_NOT_FOUND, target);
|
printformat(NULL, NULL, MSGLEVEL_CLIENTNOTICE, TXT_CONVERSION_NOT_FOUND, target);
|
||||||
else {
|
else {
|
||||||
iconfig_set_str("conversions", target, NULL);
|
iconfig_set_str("conversions", target, NULL);
|
||||||
printformat(NULL, NULL, MSGLEVEL_CLIENTNOTICE, TXT_CONVERSION_REMOVED, target);
|
printformat(NULL, NULL, MSGLEVEL_CLIENTNOTICE, TXT_CONVERSION_REMOVED, target);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user