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.
This commit is contained in:
Detlef Vollmann 2022-03-10 16:57:25 +00:00 committed by Jonathan Wakely
parent 7c2ac3cebd
commit b5417a0ba7
1 changed files with 1 additions and 1 deletions

View File

@ -105,8 +105,8 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
__now = _Clock::now();
}
}
} // namespace this_thread
#endif // ! NO_SLEEP
} // namespace this_thread
/// @}