From e50c402b8855b091a83def6426ef9ba8331f19e3 Mon Sep 17 00:00:00 2001 From: luz paz Date: Tue, 2 Aug 2022 09:25:11 -0400 Subject: [PATCH] Fixed indentation --- tests/lac/qr_10.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5