Skip to content

Commit 56f2fa6

Browse files
committed
Change header guard name
1 parent bff4345 commit 56f2fa6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ystdlib/hello/hello.hpp

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

44
#include <string>
55

@@ -9,4 +9,4 @@ namespace ystdlib {
99
}
1010
} // namespace ystdlib
1111

12-
#endif // YSTDLIB_ARRAY_HPP
12+
#endif // YSTDLIB_HELLO_HPP

0 commit comments

Comments
 (0)