mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 15:42:26 +02:00
Remove trailing whitespace.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4705 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
9bf5ea6049
commit
ffe5bd6930
10 changed files with 25 additions and 25 deletions
|
|
@ -950,10 +950,10 @@ static int eval_recursion_depth=0;
|
|||
static void cmd_eval(const char *data, SERVER_REC *server, void *item)
|
||||
{
|
||||
g_return_if_fail(data != NULL);
|
||||
if (eval_recursion_depth > 100)
|
||||
if (eval_recursion_depth > 100)
|
||||
cmd_return_error(CMDERR_EVAL_MAX_RECURSE);
|
||||
|
||||
|
||||
|
||||
eval_recursion_depth++;
|
||||
eval_special_string(data, "", server, item);
|
||||
eval_recursion_depth--;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue