Fix indentation of experimental::shared_ptr code

* include/experimental/bits/shared_ptr.h: Fix indentation.

From-SVN: r241311
This commit is contained in:
Jonathan Wakely 2016-10-18 19:41:43 +01:00 committed by Jonathan Wakely
parent 8a9ff71f5b
commit 6dddab0845
2 changed files with 146 additions and 144 deletions

View File

@ -1,5 +1,7 @@
2016-10-18 Jonathan Wakely <jwakely@redhat.com> 2016-10-18 Jonathan Wakely <jwakely@redhat.com>
* include/experimental/bits/shared_ptr.h: Fix indentation.
* include/experimental/bits/shared_ptr.h (shared_ptr(shared_ptr&&)): * include/experimental/bits/shared_ptr.h (shared_ptr(shared_ptr&&)):
Remove const from parameter. Remove const from parameter.
(operator<(const shared_ptr<T>&, nullptr_t)): Use correct (operator<(const shared_ptr<T>&, nullptr_t)): Use correct