summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/util/performance/priority_queue/timing/join_test.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/testsuite/util/performance/priority_queue/timing/join_test.hpp')
-rw-r--r--libstdc++-v3/testsuite/util/performance/priority_queue/timing/join_test.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/libstdc++-v3/testsuite/util/performance/priority_queue/timing/join_test.hpp b/libstdc++-v3/testsuite/util/performance/priority_queue/timing/join_test.hpp
index a6aaf68053e..68264d0ce7d 100644
--- a/libstdc++-v3/testsuite/util/performance/priority_queue/timing/join_test.hpp
+++ b/libstdc++-v3/testsuite/util/performance/priority_queue/timing/join_test.hpp
@@ -122,9 +122,9 @@ namespace __gnu_pbds
typedef double_push_join_functor<It, Cntnr> psh_jn_fnct;
typedef xml_result_set_performance_formatter formatter_type;
- formatter_type res(string_form<Cntnr>::name(),
+ formatter_type res(string_form<Cntnr>::name(),
string_form<Cntnr>::desc());
-
+
for (size_t n = 0; m_ins_vn + n* m_ins_vs < m_ins_vm; ++n)
{
const size_t v = m_ins_vn + n * m_ins_vs;
@@ -163,5 +163,5 @@ namespace __gnu_pbds
} // namespace test
} // namespace __gnu_pbds
-#endif
+#endif