commit | 113d9dec9958debbae2b611c98aed2f6f23c8502 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Aug 08 15:49:18 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 08 15:49:18 2022 +0100 |
tree | 2754a33490ebac3606c606496c8c8de8f3e3613d | |
parent | 48c3f4e0bff7efd289a7001b68c777b6f89a7057 [diff] [blame] |
patch 9.0.0170: various minor code formatting issues Problem: Various minor code formatting issues. Solution: Improve code formatting.
diff --git a/src/popupwin.c b/src/popupwin.c index 6d12c92..3c489eb 100644 --- a/src/popupwin.c +++ b/src/popupwin.c
@@ -1087,7 +1087,7 @@ { int col = dict_get_number(dict, "col"); - prop_add_common( lnum, col, dict, buf, NULL); + prop_add_common(lnum, col, dict, buf, NULL); } } }