mirror of
https://github.com/vim/vim.git
synced 2025-10-23 08:44:20 -04:00
patch 9.1.1372: style: braces issues in various files
Problem: style: braces issues in various files Solution: fix style (Hirohito Higashi) closes: #17277 Signed-off-by: Hirohito Higashi <h.east.727@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
19e1dd6b6a
commit
a4a00a7ad0
@@ -279,7 +279,8 @@ tgetstr(char *id, char **buf)
|
||||
char *hold;
|
||||
int i;
|
||||
|
||||
do {
|
||||
do
|
||||
{
|
||||
tmp = _find(tmp, ":"); // For each field
|
||||
while (*tmp == ':') // skip empty fields
|
||||
tmp++;
|
||||
|
Reference in New Issue
Block a user