Kaynağa Gözat

test: minor changes

Michele Caini 2 yıl önce
ebeveyn
işleme
f6232603c4

+ 2 - 2
test/entt/common/aggregate.h

@@ -1,5 +1,5 @@
-#ifndef ENTT_COMMON_AGGREGATE_HPP
-#define ENTT_COMMON_AGGREGATE_HPP
+#ifndef ENTT_COMMON_AGGREGATE_H
+#define ENTT_COMMON_AGGREGATE_H
 
 #include <type_traits>
 

+ 2 - 2
test/entt/common/boxed_int.h

@@ -1,5 +1,5 @@
-#ifndef ENTT_COMMON_BOXED_INT_HPP
-#define ENTT_COMMON_BOXED_INT_HPP
+#ifndef ENTT_COMMON_BOXED_INT_H
+#define ENTT_COMMON_BOXED_INT_H
 
 namespace test {
 

+ 2 - 2
test/entt/common/custom_entity.h

@@ -1,5 +1,5 @@
-#ifndef ENTT_COMMON_CUSTOM_ENTITY_HPP
-#define ENTT_COMMON_CUSTOM_ENTITY_HPP
+#ifndef ENTT_COMMON_CUSTOM_ENTITY_H
+#define ENTT_COMMON_CUSTOM_ENTITY_H
 
 #include <cstdint>
 

+ 2 - 2
test/entt/common/empty.h

@@ -1,5 +1,5 @@
-#ifndef ENTT_COMMON_EMPTY_HPP
-#define ENTT_COMMON_EMPTY_HPP
+#ifndef ENTT_COMMON_EMPTY_H
+#define ENTT_COMMON_EMPTY_H
 
 namespace test {
 

+ 2 - 2
test/entt/common/non_comparable.h

@@ -1,5 +1,5 @@
-#ifndef ENTT_COMMON_NON_COMPARABLE_HPP
-#define ENTT_COMMON_NON_COMPARABLE_HPP
+#ifndef ENTT_COMMON_NON_COMPARABLE_H
+#define ENTT_COMMON_NON_COMPARABLE_H
 
 namespace test {
 

+ 2 - 2
test/entt/common/non_default_constructible.h

@@ -1,5 +1,5 @@
-#ifndef ENTT_COMMON_NON_DEFAULT_CONSTRUCTIBLE_HPP
-#define ENTT_COMMON_NON_DEFAULT_CONSTRUCTIBLE_HPP
+#ifndef ENTT_COMMON_NON_DEFAULT_CONSTRUCTIBLE_H
+#define ENTT_COMMON_NON_DEFAULT_CONSTRUCTIBLE_H
 
 namespace test {
 

+ 2 - 2
test/entt/common/non_movable.h

@@ -1,5 +1,5 @@
-#ifndef ENTT_COMMON_NON_MOVABLE_HPP
-#define ENTT_COMMON_NON_MOVABLE_HPP
+#ifndef ENTT_COMMON_NON_MOVABLE_H
+#define ENTT_COMMON_NON_MOVABLE_H
 
 namespace test {
 

+ 2 - 2
test/entt/common/pointer_stable.h

@@ -1,5 +1,5 @@
-#ifndef ENTT_COMMON_POINTER_STABLE_HPP
-#define ENTT_COMMON_POINTER_STABLE_HPP
+#ifndef ENTT_COMMON_POINTER_STABLE_H
+#define ENTT_COMMON_POINTER_STABLE_H
 
 namespace test {
 

+ 2 - 2
test/entt/common/transparent_equal_to.h

@@ -1,5 +1,5 @@
-#ifndef ENTT_COMMON_TRANSPARENT_EQUAL_TO_HPP
-#define ENTT_COMMON_TRANSPARENT_EQUAL_TO_HPP
+#ifndef ENTT_COMMON_TRANSPARENT_EQUAL_TO_H
+#define ENTT_COMMON_TRANSPARENT_EQUAL_TO_H
 
 #include <type_traits>