Tweak whitespace in std::allocator files

* include/bits/allocator.h: Remove trailing whitespace, tab-indent.
	* include/ext/new_allocator.h: Likewise.

From-SVN: r241371
This commit is contained in:
Jonathan Wakely 2016-10-20 12:37:19 +01:00 committed by Jonathan Wakely
parent 2e20345f13
commit 88b3e63150
3 changed files with 25 additions and 22 deletions

View File

@ -1,5 +1,8 @@
2016-10-20 Jonathan Wakely <jwakely@redhat.com>
* include/bits/allocator.h: Remove trailing whitespace, tab-indent.
* include/ext/new_allocator.h: Likewise.
PR libstdc++/78052
* include/bits/allocator.h (allocator<void>::construct)
(allocator<void>::destroy): Define.