mirror of
https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git
synced 2024-11-23 10:53:40 +08:00
CODING-STYLE: add include order
This commit is contained in:
parent
ace71985fc
commit
5ca15057e3
@ -60,3 +60,10 @@ int i = 1; // wrong
|
||||
|
||||
for (i = 0; i < 3; i++) {
|
||||
}
|
||||
|
||||
4) Let the includes in the following order, separated by a new line:
|
||||
< system headers >
|
||||
< shared/* >
|
||||
< libkmod >
|
||||
< tool >
|
||||
"local headers"
|
||||
|
Loading…
Reference in New Issue
Block a user