From 0d350695683e38bc0ee4241e00b5a530f1146e2c Mon Sep 17 00:00:00 2001 From: Bernhard Manfred Gruber Date: Mon, 26 Aug 2024 14:10:42 +0200 Subject: [PATCH] Fix formatting --- .../iterator/detail/tabulate_output_iterator.inl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/thrust/thrust/iterator/detail/tabulate_output_iterator.inl b/thrust/thrust/iterator/detail/tabulate_output_iterator.inl index b5ed7258015..f9b740bca6b 100644 --- a/thrust/thrust/iterator/detail/tabulate_output_iterator.inl +++ b/thrust/thrust/iterator/detail/tabulate_output_iterator.inl @@ -51,12 +51,12 @@ private: // Alias template for the iterator_adaptor instantiation to be used for tabulate_output_iterator template using tabulate_output_iterator_base = - thrust::iterator_adaptor, - counting_iterator, - thrust::use_default, - System, - thrust::use_default, - tabulate_output_iterator_proxy>; + thrust::iterator_adaptor, + counting_iterator, + thrust::use_default, + System, + thrust::use_default, + tabulate_output_iterator_proxy>; // Register tabulate_output_iterator_proxy with 'is_proxy_reference' from // type_traits to enable its use with algorithms.