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>
diff --git a/src/cindent.c b/src/cindent.c
index 2170980..e1f7446 100644
--- a/src/cindent.c
+++ b/src/cindent.c
@@ -2447,7 +2447,8 @@
 		char_u	    *line;
 
 		trypos = &our_paren_pos;
-		do {
+		do
+		{
 		    outermost = *trypos;
 		    curwin->w_cursor.lnum = outermost.lnum;
 		    curwin->w_cursor.col = outermost.col;