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>
diff --git a/src/globals.h b/src/globals.h
index b902e03..7006364 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -1012,9 +1012,10 @@
#define AUCMD_WIN_COUNT 5
typedef struct {
- win_T *auc_win; // Window used in aucmd_prepbuf(). When not NULL the
- // window has been allocated.
- int auc_win_used; // This auc_win is being used.
+ // 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;
EXTERN aucmdwin_T aucmd_win[AUCMD_WIN_COUNT];