0
0
mirror of https://github.com/vim/vim.git synced 2025-10-21 08:24:06 -04:00

patch 9.1.1390: style: more wrong indentation

Problem:  style: more wrong indentation
Solution: reformat a few more places
          (Yegappan Lakshmanan)

closes: #17309

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-14 20:31:55 +02:00
committed by Christian Brabandt
parent 08db2f4f28
commit e89aef3f65
29 changed files with 117 additions and 113 deletions

View File

@@ -4579,9 +4579,9 @@ typedef struct
} tagname_T;
typedef struct {
UINT32_T total[2];
UINT32_T state[8];
char_u buffer[64];
UINT32_T total[2];
UINT32_T state[8];
char_u buffer[64];
} context_sha256_T;
/*