From 53648c66c6fcb3addc5a4fc80464d3e0e62f85fc Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Mon, 21 Nov 2022 10:44:06 -0500 Subject: [PATCH] fix indent script --- contrib/utilities/indent-all | 2 +- include/deal.II/lac/trilinos_solver.h | 30 +++++++++++++-------------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/contrib/utilities/indent-all b/contrib/utilities/indent-all index 5afb7255ce..7cf1dae07c 100755 --- a/contrib/utilities/indent-all +++ b/contrib/utilities/indent-all @@ -65,7 +65,7 @@ checks # Process all source and header files: # -process "tests include source examples contrib/python-bindings" ".*\.(cc|h" format_file +process "tests include source examples contrib/python-bindings" ".*\.(cc|h)" format_file process "source" ".*\.inst.in" format_inst # diff --git a/include/deal.II/lac/trilinos_solver.h b/include/deal.II/lac/trilinos_solver.h index ea309e8a04..fa1bec2fc8 100644 --- a/include/deal.II/lac/trilinos_solver.h +++ b/include/deal.II/lac/trilinos_solver.h @@ -33,15 +33,15 @@ # include // for Belos solvers -#ifdef DEAL_II_TRILINOS_WITH_BELOS -# include -# include -# include -# include -# include -# include -# include -#endif +# ifdef DEAL_II_TRILINOS_WITH_BELOS +# include +# include +# include +# include +# include +# include +# include +# endif # include @@ -732,7 +732,7 @@ namespace TrilinosWrappers -#ifdef DEAL_II_TRILINOS_WITH_BELOS +# ifdef DEAL_II_TRILINOS_WITH_BELOS /** * Wrapper around the iterate solver package from the Belos * packge @@ -808,7 +808,7 @@ namespace TrilinosWrappers const AdditionalData additional_data; const Teuchos::RCP &belos_parameters; }; -#endif +# endif } // namespace TrilinosWrappers @@ -816,7 +816,7 @@ namespace TrilinosWrappers # ifndef DOXYGEN -#ifdef DEAL_II_TRILINOS_WITH_BELOS +# ifdef DEAL_II_TRILINOS_WITH_BELOS namespace TrilinosWrappers { namespace internal @@ -1228,7 +1228,7 @@ namespace TrilinosWrappers } -# ifdef HAVE_BELOS_TSQR +# ifdef HAVE_BELOS_TSQR virtual void factorExplicit(Belos::MultiVec &, Teuchos::SerialDenseMatrix &, @@ -1245,7 +1245,7 @@ namespace TrilinosWrappers Asser(false, ExcNotImplemented()); } -# endif +# endif private: /** @@ -1434,7 +1434,7 @@ namespace TrilinosWrappers } } // namespace TrilinosWrappers -#endif +# endif # endif -- 2.39.5