Refactor: Apply C++ conventions to revision.h.in
parent
54a2d0808c
commit
e89c811bd1
|
@ -8,3 +8,10 @@ insert_final_newline = true
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
indent_style = space
|
indent_style = space
|
||||||
|
|
||||||
|
[*.h.in]
|
||||||
|
end_of_line = lf
|
||||||
|
insert_final_newline = true
|
||||||
|
trim_trailing_whitespace = true
|
||||||
|
indent_size = 4
|
||||||
|
indent_style = space
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#ifndef ASSIMP_REVISION_H_INC
|
#ifndef ASSIMP_REVISION_H_INC
|
||||||
#define ASSIMP_REVISION_H_INC
|
#define ASSIMP_REVISION_H_INC
|
||||||
|
|
||||||
#define GitVersion 0x@GIT_COMMIT_HASH@
|
#define GitVersion 0x@GIT_COMMIT_HASH@
|
||||||
#define GitBranch "@GIT_BRANCH@"
|
#define GitBranch "@GIT_BRANCH@"
|
||||||
|
|
||||||
#endif // ASSIMP_REVISION_H_INC
|
#endif // ASSIMP_REVISION_H_INC
|
||||||
|
|
Loading…
Reference in New Issue