From f2fde41b905275a07a833a0e0502e83c31b9c3a9 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Tue, 27 Jun 2023 12:08:13 -0500 Subject: [PATCH] reindent --- include/deal.II/lac/read_write_vector.h | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) 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); } -- 2.39.5