0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

patch 9.1.1364: style: more indentation issues

Problem:  style: more indentation issues
Solution: fix indentation style
          (Yegappan Lakshmanan)

closes: #17256

Signed-off-by: Yegappan Lakshmanan <yegappan@yahoo.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Yegappan Lakshmanan 2025-05-04 21:05:51 +02:00 committed by Christian Brabandt
parent e957cba081
commit 562610cfa3
No known key found for this signature in database
GPG Key ID: F3F92DA383FDDE09
4 changed files with 37 additions and 34 deletions

View File

@ -1012,8 +1012,9 @@ EXTERN win_T *curwin; // currently active window
#define AUCMD_WIN_COUNT 5
typedef struct {
win_T *auc_win; // Window used in aucmd_prepbuf(). When not NULL the
// window has been allocated.
// Window used in aucmd_prepbuf(). When not NULL the window has been
// allocated.
win_T *auc_win;
int auc_win_used; // This auc_win is being used.
} aucmdwin_T;

View File

@ -704,6 +704,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1364,
/**/
1363,
/**/