Refactor: Apply C++ conventions to revision.h.in

pull/566/head
Richard 2015-05-18 22:21:23 -06:00
parent 54a2d0808c
commit e89c811bd1
2 changed files with 14 additions and 7 deletions

View File

@ -8,3 +8,10 @@ insert_final_newline = true
trim_trailing_whitespace = true
indent_size = 2
indent_style = space
[*.h.in]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_size = 4
indent_style = space

View File

@ -1,7 +1,7 @@
#ifndef ASSIMP_REVISION_H_INC
#define ASSIMP_REVISION_H_INC
#define GitVersion 0x@GIT_COMMIT_HASH@
#define GitBranch "@GIT_BRANCH@"
#endif // ASSIMP_REVISION_H_INC
#ifndef ASSIMP_REVISION_H_INC
#define ASSIMP_REVISION_H_INC
#define GitVersion 0x@GIT_COMMIT_HASH@
#define GitBranch "@GIT_BRANCH@"
#endif // ASSIMP_REVISION_H_INC