From: Timo Heister Date: Mon, 21 Nov 2022 15:44:06 +0000 (-0500) Subject: fix indent script X-Git-Tag: v9.5.0-rc1~835^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F14447%2Fhead;p=dealii.git fix indent script --- 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