aboutsummaryrefslogtreecommitdiff
path: root/src/libjin/Common/je_singleton.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libjin/Common/je_singleton.hpp')
-rw-r--r--src/libjin/Common/je_singleton.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libjin/Common/je_singleton.hpp b/src/libjin/Common/je_singleton.hpp
index e981e7a..d7f52c9 100644
--- a/src/libjin/Common/je_singleton.hpp
+++ b/src/libjin/Common/je_singleton.hpp
@@ -1,5 +1,5 @@
-#ifndef __JE_SINGLETON_H
-#define __JE_SINGLETON_H
+#ifndef __JE_SINGLETON_H__
+#define __JE_SINGLETON_H__
namespace JinEngine
{
@@ -77,4 +77,4 @@ namespace JinEngine
} // namespace JinEngine
-#endif // __JE_SINGLETON_H \ No newline at end of file
+#endif // __JE_SINGLETON_H__