Skip to content

Commit 6abc94e

Browse files
committed
Fix inconsistent header guards after clang-tidy fix
1 parent fae5088 commit 6abc94e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

form/core/placement.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright (C) 2025 ...
22

3-
#ifndef __PLACEMENT_HPP__
3+
#ifndef PLACEMENT_HPP
44
#define PLACEMENT_HPP
55

66
#include <string>

form/core/token.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright (C) 2025 ...
22

3-
#ifndef __TOKEN_HPP__
3+
#ifndef TOKEN_HPP
44
#define TOKEN_HPP
55

66
#include <string>

0 commit comments

Comments
 (0)