From 6e8c15c02fca67d75c6ded154fb5673827ab2f09 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Wed, 10 Jun 2020 21:59:48 +0300 Subject: [PATCH] Fix typo, trailing whitespace --- include/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp b/include/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp index c2172e9..99ded0d 100644 --- a/include/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp +++ b/include/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp @@ -7,7 +7,7 @@ # pragma once #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 // 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; } - } + } } inline boost::uint_least32_t atomic_load( boost::uint_least32_t const * pw )