Skip to content

Commit 8671e48

Browse files
committed
Try to fix CI
1 parent f8060ad commit 8671e48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/modules/std/memory.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ export namespace std {
209209
using std::atomic_compare_exchange_strong_explicit;
210210
using std::atomic_compare_exchange_weak;
211211
using std::atomic_compare_exchange_weak_explicit;
212-
212+
213213
# endif // _LIBCPP_STD_VER < 26 || defined(_LIBCPP_ENABLE_CXX26_REMOVED_SHARED_PTR_ATOMICS)
214214

215215
#endif // _LIBCPP_HAS_NO_THREADS

0 commit comments

Comments
 (0)