From b5417a0ba7e26bec2abf05cad6c6ef840a9be41c Mon Sep 17 00:00:00 2001 From: Detlef Vollmann Date: Thu, 10 Mar 2022 16:57:25 +0000 Subject: libstdc++: Move closing brace outside #endif [PR104866] libstdc++-v3/ChangeLog: PR libstdc++/104866 * include/bits/this_thread_sleep.h: Fix order of #endif and closing brace of namespace. --- libstdc++-v3/include/bits/this_thread_sleep.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libstdc++-v3') diff --git a/libstdc++-v3/include/bits/this_thread_sleep.h b/libstdc++-v3/include/bits/this_thread_sleep.h index 86bc6ff..712de5a 100644 --- a/libstdc++-v3/include/bits/this_thread_sleep.h +++ b/libstdc++-v3/include/bits/this_thread_sleep.h @@ -105,8 +105,8 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION __now = _Clock::now(); } } - } // namespace this_thread #endif // ! NO_SLEEP + } // namespace this_thread /// @} -- cgit v1.1