patch 9.0.0934: various code formatting issues
Problem: Various code formatting issues.
Solution: Improve code formatting.
diff --git a/src/arglist.c b/src/arglist.c
index b35cdfe..6183faf 100644
--- a/src/arglist.c
+++ b/src/arglist.c
@@ -413,8 +413,7 @@
didone = FALSE;
for (match = 0; match < ARGCOUNT; ++match)
- if (vim_regexec(®match, alist_name(&ARGLIST[match]),
- (colnr_T)0))
+ if (vim_regexec(®match, alist_name(&ARGLIST[match]), (colnr_T)0))
{
didone = TRUE;
vim_free(ARGLIST[match].ae_fname);