Skip to content

Commit d284b01

Browse files
committed
use single underscore guard
1 parent 6980df4 commit d284b01

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

git_info.h.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef __GIT_INFO_H_INCLUDED__
2-
#define __GIT_INFO_H_INCLUDED__
1+
#ifndef _GIT_INFO_H_INCLUDED_
2+
#define _GIT_INFO_H_INCLUDED_
33
@GTML_INFO@
44

55
// based on https://raw.githubusercontent.com/andrew-hardin/cmake-git-version-tracking/master/git.h
@@ -36,4 +36,4 @@ namespace nbl::gtml {
3636

3737
} // namespece nbl::gtml
3838

39-
#endif //__GIT_INFO_H_INCLUDED__
39+
#endif //_GIT_INFO_H_INCLUDED_

0 commit comments

Comments
 (0)