Remove evil tabs in sources
This commit is contained in:
parent
309e8eadab
commit
eb56a98fc8
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user