clang-format: place sys/systm.h immediately after sys/param.h

Should fix one of the objections to r366993.
See also https://reviews.freebsd.org/D26981.

Reviewed By:	emaste
Differential Revision: https://reviews.freebsd.org/D26979
This commit is contained in:
Alex Richardson 2020-10-28 11:53:55 +00:00
parent 6453a246f4
commit 453d775b34
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=367099

View File

@ -102,9 +102,12 @@ IncludeCategories:
- Regex: '^<sys/param\.h>'
Priority: 2
SortPriority: 22
- Regex: '^<sys.*/'
- Regex: '^<sys/systm\.h>'
Priority: 2
SortPriority: 23
- Regex: '^<sys.*/'
Priority: 2
SortPriority: 24
- Regex: '^<vm/vm\.h>'
Priority: 3
SortPriority: 30