Remove trailing whitespace.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4705 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Emanuele Giaquinta 2008-02-04 15:30:38 +00:00 committed by exg
commit ffe5bd6930
10 changed files with 25 additions and 25 deletions

View file

@ -122,14 +122,14 @@ char *recode_in(const SERVER_REC *server, const char *str, const char *target)
return g_strdup(str);
else
from = "UTF-8";
else {
from = find_conversion(server, target);
}
if (translit && !is_translit(to))
to = translit_to = g_strconcat(to, "//TRANSLIT", NULL);
if (from)
recoded = g_convert_with_fallback(str, len, to, from, NULL, NULL, NULL, NULL);
@ -200,6 +200,6 @@ void recode_init(void)
}
void recode_deinit(void)
{
{
}