From: Matthias Maier Date: Tue, 27 Jun 2023 17:08:13 +0000 (-0500) Subject: reindent X-Git-Tag: relicensing~861^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F15507%2Fhead;p=dealii.git reindent --- diff --git a/include/deal.II/lac/read_write_vector.h b/include/deal.II/lac/read_write_vector.h index a062cf7aea..c3464594cf 100644 --- a/include/deal.II/lac/read_write_vector.h +++ b/include/deal.II/lac/read_write_vector.h @@ -459,14 +459,12 @@ namespace LinearAlgebra * @deprecated Use import_elements() instead. */ template - DEAL_II_DEPRECATED - std::enable_if_t::value && - dealii::is_tpetra_type::value> - import( - const TpetraWrappers::Vector &V, - VectorOperation::values operation, - const std::shared_ptr - &communication_pattern = {}) + DEAL_II_DEPRECATED std::enable_if_t::value && + dealii::is_tpetra_type::value> + import(const TpetraWrappers::Vector &V, + VectorOperation::values operation, + const std::shared_ptr + &communication_pattern = {}) { import_elements(V, operation, communication_pattern); }