Commit 4e66b02b by Jonathan Wakely Committed by Jonathan Wakely

Fix indentation in libstdc++ testsuite utils

	* testsuite/util/testsuite_iterators.h: Fix indentation.

From-SVN: r250349
parent 4a18c066
2017-07-19 Jonathan Wakely <jwakely@redhat.com>
* testsuite/util/testsuite_iterators.h: Fix indentation.
* testsuite/27_io/basic_filebuf/sgetn/char/81395.cc: Add dg-require.
2017-07-18 Jonathan Wakely <jwakely@redhat.com>
......
......@@ -539,7 +539,7 @@ namespace __gnu_test
struct test_container
{
typename ItType<T>::ContainerType bounds;
test_container(T* _first, T* _last):bounds(_first, _last)
test_container(T* _first, T* _last) : bounds(_first, _last)
{ }
#if __cplusplus >= 201103L
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment