mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 9.0.1529: code style test doesn't check for space after "if"
Problem: Code style test doesn't check for space after "if". Solution: Add a test for space.
This commit is contained in:
@@ -3822,7 +3822,7 @@ post2nfa(int *postfix, int *end, int nfa_calc_size)
|
||||
|
||||
} // switch(*p)
|
||||
|
||||
} // for(p = postfix; *p; ++p)
|
||||
} // for (p = postfix; *p; ++p)
|
||||
|
||||
if (nfa_calc_size == TRUE)
|
||||
{
|
||||
|
Reference in New Issue
Block a user