mirror of
https://github.com/vim/vim
synced 2025-07-16 01:01:58 +00:00
patch 9.1.0581: Various lines are indented inconsistently
Problem: style: Various lines are indented inconsistently Solution: Retab these lines and correct some comments. (zeertzjq) closes: #15259 Signed-off-by: zeertzjq <zeertzjq@outlook.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
90a800274d
commit
d9be94cf03
@ -3127,8 +3127,8 @@ internal_func_check_arg_types(
|
||||
// functions, check the arguments are not types.
|
||||
if (!(func_allows_type(idx)))
|
||||
{
|
||||
for (int i = 0; i < argcount; ++i)
|
||||
if (check_type_is_value(types[i].type_curr) == FAIL)
|
||||
for (int i = 0; i < argcount; ++i)
|
||||
if (check_type_is_value(types[i].type_curr) == FAIL)
|
||||
return FAIL;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user