From: Nicolas Barnafi Date: Sun, 11 Sep 2022 13:15:03 +0000 (+0200) Subject: Fixed indentation X-Git-Tag: v9.5.0-rc1~947^2~4 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77968a62c673340bcaf844cb0a4c8182a84fc78a;p=dealii.git Fixed indentation --- diff --git a/source/lac/petsc_precondition.cc b/source/lac/petsc_precondition.cc index dc8f365d82..eb5e5c80ba 100644 --- a/source/lac/petsc_precondition.cc +++ b/source/lac/petsc_precondition.cc @@ -955,7 +955,8 @@ namespace PETScWrappers ierr = PCSetFromOptions(pc); AssertThrow(ierr == 0, ExcPETScError(ierr)); # else - AssertThrow(false, ExcMessage("BDDC preconditioner requires PETSc 3.10.0 or newer")); + AssertThrow( + false, ExcMessage("BDDC preconditioner requires PETSc 3.10.0 or newer")); # endif }