Remove evil tabs in sources

This commit is contained in:
Sebastien Helleu 2010-01-24 10:47:53 +01:00
parent 309e8eadab
commit eb56a98fc8
28 changed files with 484 additions and 485 deletions

View File

@ -202,7 +202,6 @@ weechat_python_exec (struct t_plugin_script *script,
}
else if (PyInt_Check (rc) && (ret_type == WEECHAT_SCRIPT_EXEC_INT))
{
ret_i = malloc (sizeof (*ret_i));
if (ret_i)
*ret_i = (int) PyInt_AsLong(rc);