Skip to content

Commit e414151

Browse files
committed
Relocate misplaced #endif annotation
1 parent fe15eb2 commit e414151

21 files changed

+63
-63
lines changed

form/core/placement.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright (C) 2025 ...
22

3-
#ifndef __PLACEMENT_HPP__
4-
#define __PLACEMENT_HPP__
3+
#ifndef FORM_CORE_PLACEMENT_HPP
4+
#define FORM_CORE_PLACEMENT_HPP
55

66
#include <string>
77

@@ -35,4 +35,4 @@ namespace form::detail::experimental {
3535
};
3636
} // namespace form::detail::experimental
3737

38-
#endif
38+
#endif // FORM_CORE_PLACEMENT_HPP

form/core/token.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright (C) 2025 ...
22

3-
#ifndef __TOKEN_HPP__
4-
#define __TOKEN_HPP__
3+
#ifndef FORM_CORE_TOKEN_HPP
4+
#define FORM_CORE_TOKEN_HPP
55

66
#include <string>
77

@@ -41,4 +41,4 @@ namespace form::detail::experimental {
4141
int m_id;
4242
};
4343
} // namespace form::detail::experimental
44-
#endif
44+
#endif // FORM_CORE_TOKEN_HPP

form/form/config.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef __FORM_CONFIG_HPP__
2-
#define __FORM_CONFIG_HPP__
1+
#ifndef FORM_FORM_CONFIG_HPP
2+
#define FORM_FORM_CONFIG_HPP
33

44
#include <map>
55
#include <memory>
@@ -53,4 +53,4 @@ namespace form::experimental::config {
5353

5454
} // namespace form::experimental::config
5555

56-
#endif
56+
#endif // FORM_FORM_CONFIG_HPP

form/form/form.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright (C) 2025 ...
22

3-
#ifndef __FORM_HPP__
4-
#define __FORM_HPP__
3+
#ifndef FORM_FORM_FORM_HPP
4+
#define FORM_FORM_FORM_HPP
55

66
#include "form/config.hpp"
77
#include "persistence/ipersistence.hpp"
@@ -44,4 +44,4 @@ namespace form::experimental {
4444
};
4545
}
4646

47-
#endif
47+
#endif // FORM_FORM_FORM_HPP

form/form/technology.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef __TECHNOLOGY_HPP__
2-
#define __TECHNOLOGY_HPP__
1+
#ifndef FORM_FORM_TECHNOLOGY_HPP
2+
#define FORM_FORM_TECHNOLOGY_HPP
33

44
namespace form {
55
namespace technology {
@@ -24,4 +24,4 @@ namespace form {
2424

2525
} // namespace form
2626

27-
#endif
27+
#endif // FORM_FORM_TECHNOLOGY_HPP

form/persistence/ipersistence.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright (C) 2025 ...
22

3-
#ifndef __IPERSISTENCE_HPP__
4-
#define __IPERSISTENCE_HPP__
3+
#ifndef FORM_PERSISTENCE_IPERSISTENCE_HPP
4+
#define FORM_PERSISTENCE_IPERSISTENCE_HPP
55

66
#include <map>
77
#include <memory>
@@ -45,4 +45,4 @@ namespace form::detail::experimental {
4545

4646
} // namespace form::detail::experimental
4747

48-
#endif
48+
#endif // FORM_PERSISTENCE_IPERSISTENCE_HPP

form/persistence/persistence.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright (C) 2025 ...
22

3-
#ifndef __PERSISTENCE_HPP__
4-
#define __PERSISTENCE_HPP__
3+
#ifndef FORM_PERSISTENCE_PERSISTENCE_HPP
4+
#define FORM_PERSISTENCE_PERSISTENCE_HPP
55

66
#include "ipersistence.hpp"
77

@@ -63,4 +63,4 @@ namespace form::detail::experimental {
6363

6464
} // namespace form::detail::experimental
6565

66-
#endif
66+
#endif // FORM_PERSISTENCE_PERSISTENCE_HPP

form/root_storage/root_storage.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright (C) 2025 ...
22

3-
#ifndef __ROOT_STORAGE_HPP__
4-
#define __ROOT_STORAGE_HPP__
3+
#ifndef FORM_ROOT_STORAGE_ROOT_STORAGE_HPP
4+
#define FORM_ROOT_STORAGE_ROOT_STORAGE_HPP
55

66
#include "storage/storage.hpp"
77

@@ -15,4 +15,4 @@ namespace form::detail::experimental {
1515

1616
} //namespace form::detail::experimental
1717

18-
#endif
18+
#endif // FORM_ROOT_STORAGE_ROOT_STORAGE_HPP

form/root_storage/root_tbranch_container.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright (C) 2025 ...
22

3-
#ifndef __ROOT_TBRANCH_CONTAINER_HPP__
4-
#define __ROOT_TBRANCH_CONTAINER_HPP__
3+
#ifndef FORM_ROOT_STORAGE_ROOT_TBRANCH_CONTAINER_HPP
4+
#define FORM_ROOT_STORAGE_ROOT_TBRANCH_CONTAINER_HPP
55

66
#include "storage/storage_associative_container.hpp"
77

@@ -38,4 +38,4 @@ namespace form::detail::experimental {
3838

3939
} // namespace form::detail::experimental
4040

41-
#endif
41+
#endif // FORM_ROOT_STORAGE_ROOT_TBRANCH_CONTAINER_HPP

form/root_storage/root_tfile.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright (C) 2025 ...
22

3-
#ifndef __ROOT_TFILE_HPP__
4-
#define __ROOT_TFILE_HPP__
3+
#ifndef FORM_ROOT_STORAGE_ROOT_TFILE_HPP
4+
#define FORM_ROOT_STORAGE_ROOT_TFILE_HPP
55

66
#include "storage/storage_file.hpp"
77

@@ -27,4 +27,4 @@ namespace form::detail::experimental {
2727

2828
} // namespace form::detail::experimental
2929

30-
#endif
30+
#endif // FORM_ROOT_STORAGE_ROOT_TFILE_HPP

0 commit comments

Comments
 (0)