mirror of
https://github.com/AuxXxilium/kmod.git
synced 2024-11-23 15:00:52 +07: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++) {
|
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