Skip to content

Commit 68871a7

Browse files
committed
Trim trailing spaces.
1 parent 650fac7 commit 68871a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/boost/scope/unique_resource.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1104,7 +1104,7 @@ struct dereference_traits< T, true >
11041104
* unallocated resource values, which will create \c unique_resource objects in
11051105
* unallocated state (the deleter will not be called on unallocated resource
11061106
* values).
1107-
*
1107+
*
11081108
* \tparam Resource Resource type.
11091109
* \tparam Deleter Resource deleter function object type.
11101110
* \tparam Traits Optional resource traits type.
@@ -1365,7 +1365,7 @@ class unique_resource
13651365
* \brief Returns \c true if the resource is allocated and to be reclaimed by the deleter, otherwise \c false.
13661366
*
13671367
* \note This method does not test the value of the resource.
1368-
*
1368+
*
13691369
* **Throws:** Nothing.
13701370
*/
13711371
explicit operator bool () const noexcept

0 commit comments

Comments
 (0)