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:
zeertzjq
2024-07-14 10:20:20 +02:00
committed by Christian Brabandt
parent 90a800274d
commit d9be94cf03
22 changed files with 55 additions and 54 deletions

View File

@ -310,7 +310,7 @@ do_tag(
#endif
if (postponed_split == 0 && !check_can_set_curbuf_forceit(forceit))
return FALSE;
return FALSE;
if (type == DT_HELP)
{
@ -3713,7 +3713,7 @@ jumpto_tag(
char_u *lbuf;
if (postponed_split == 0 && !check_can_set_curbuf_forceit(forceit))
return FAIL;
return FAIL;
// Make a copy of the line, it can become invalid when an autocommand calls
// back here recursively.