Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardmgruber committed Aug 26, 2024
1 parent 242633f commit 0d35069
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions thrust/thrust/iterator/detail/tabulate_output_iterator.inl
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ private:
// Alias template for the iterator_adaptor instantiation to be used for tabulate_output_iterator
template <typename BinaryFunction, typename System, typename DifferenceT>
using tabulate_output_iterator_base =
thrust::iterator_adaptor<tabulate_output_iterator<BinaryFunction, System, DifferenceT>,
counting_iterator<DifferenceT>,
thrust::use_default,
System,
thrust::use_default,
tabulate_output_iterator_proxy<BinaryFunction, DifferenceT>>;
thrust::iterator_adaptor<tabulate_output_iterator<BinaryFunction, System, DifferenceT>,
counting_iterator<DifferenceT>,
thrust::use_default,
System,
thrust::use_default,
tabulate_output_iterator_proxy<BinaryFunction, DifferenceT>>;

// Register tabulate_output_iterator_proxy with 'is_proxy_reference' from
// type_traits to enable its use with algorithms.
Expand Down

0 comments on commit 0d35069

Please sign in to comment.