From 4b4980badd9fbc887bd6098d0760c4f72a33018d Mon Sep 17 00:00:00 2001 From: Emanuele Giaquinta Date: Sat, 15 Mar 2008 13:19:41 +0000 Subject: [PATCH] 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 --- src/fe-common/core/fe-recode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fe-common/core/fe-recode.c b/src/fe-common/core/fe-recode.c index 44d7dfd4..cb5b28ee 100644 --- a/src/fe-common/core/fe-recode.c +++ b/src/fe-common/core/fe-recode.c @@ -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) printformat(NULL, NULL, MSGLEVEL_CLIENTNOTICE, TXT_CONVERSION_NOT_FOUND, target); - else { + else { iconfig_set_str("conversions", target, NULL); printformat(NULL, NULL, MSGLEVEL_CLIENTNOTICE, TXT_CONVERSION_REMOVED, target); }