From: luz paz Date: Tue, 2 Aug 2022 13:25:11 +0000 (-0400) Subject: Fixed indentation X-Git-Tag: v9.5.0-rc1~1053^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F14172%2Fhead;p=dealii.git Fixed indentation --- diff --git a/tests/lac/qr_10.cc b/tests/lac/qr_10.cc index 871adbba58..3ca6b4538c 100644 --- a/tests/lac/qr_10.cc +++ b/tests/lac/qr_10.cc @@ -24,8 +24,8 @@ */ /* - * MWE in Python for standard QR with 3 linearly independent columns. We will add -the fourth one: + * MWE in Python for standard QR with 3 linearly independent columns. We will +add the fourth one: import numpy as np from scipy import linalg