libstdc++: Move closing brace outside #endif [PR104866]
authorDetlef Vollmann <dv@vollmann.ch>
Thu, 10 Mar 2022 16:57:25 +0000 (16:57 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Thu, 10 Mar 2022 21:04:01 +0000 (21:04 +0000)
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

index 86bc6ff..712de5a 100644 (file)
@@ -105,8 +105,8 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
            __now = _Clock::now();
          }
       }
-  } // namespace this_thread
 #endif // ! NO_SLEEP
+  } // namespace this_thread
 
   /// @}