Fix typo, trailing whitespace

This commit is contained in:
Peter Dimov
2020-06-10 21:59:48 +03:00
parent 7c0dcd338a
commit 6e8c15c02f

View File

@ -7,7 +7,7 @@
# pragma once # pragma once
#endif #endif
// detail/sp_counted_base_gc_atomic.hpp - g++ 4.7+ __atomic intrinsics // detail/sp_counted_base_gcc_atomic.hpp - g++ 4.7+ __atomic intrinsics
// //
// Copyright 2007, 2020 Peter Dimov // Copyright 2007, 2020 Peter Dimov
// Distributed under the Boost Software License, Version 1.0. // Distributed under the Boost Software License, Version 1.0.
@ -59,7 +59,7 @@ inline boost::uint_least32_t atomic_conditional_increment( boost::uint_least32_t
{ {
return r; return r;
} }
} }
} }
inline boost::uint_least32_t atomic_load( boost::uint_least32_t const * pw ) inline boost::uint_least32_t atomic_load( boost::uint_least32_t const * pw )