E17: remove trailing white spaces (yes, I'm Mr Pedant-Man)

SVN revision: 64547
This commit is contained in:
Vincent Torri 2011-10-31 07:20:53 +00:00
parent 479fdad8ab
commit 2ebfbe9b9f
2 changed files with 120 additions and 120 deletions

View File

@ -680,7 +680,7 @@ _fill_data(E_Config_Dialog_Data *cfdata)
char *e_lang;
e_lang = next->data;
if (!strncmp(e_lang, locale_parts->lang, 2) || !strcmp("en", locale_parts->lang))
if (!strncmp(e_lang, locale_parts->lang, 2) || !strcmp("en", locale_parts->lang))
{
lang_node->lang_available = 1;
break;