0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 9.0.0170: various minor code formatting issues

Problem:    Various minor code formatting issues.
Solution:   Improve code formatting.
This commit is contained in:
Bram Moolenaar
2022-08-08 15:49:18 +01:00
parent 48c3f4e0bf
commit 113d9dec99
7 changed files with 12 additions and 6 deletions

View File

@@ -2829,4 +2829,5 @@ long elapsed(DWORD start_tick);
#define FFED_NO_GLOBAL 2 // only check for script-local functions
#define MAX_LSHIFT_BITS (varnumber_T)((sizeof(uvarnumber_T) * 8) - 1)
#endif // VIM__H