Skip to content

Commit 5bc8db8

Browse files
authored
[libc++][NFC] fix exception_guard include guard name (#131370)
1 parent d1700cd commit 5bc8db8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

libcxx/include/__utility/exception_guard.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
#ifndef _LIBCPP___UTILITY_TRANSACTION_H
10-
#define _LIBCPP___UTILITY_TRANSACTION_H
9+
#ifndef _LIBCPP___UTILITY_EXCEPTION_GUARD_H
10+
#define _LIBCPP___UTILITY_EXCEPTION_GUARD_H
1111

1212
#include <__assert>
1313
#include <__config>
@@ -140,4 +140,4 @@ _LIBCPP_END_NAMESPACE_STD
140140

141141
_LIBCPP_POP_MACROS
142142

143-
#endif // _LIBCPP___UTILITY_TRANSACTION_H
143+
#endif // _LIBCPP___UTILITY_EXCEPTION_GUARD_H

0 commit comments

Comments
 (0)