lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 5a3bd1d 10/11: Regularize whitespace


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 5a3bd1d 10/11: Regularize whitespace
Date: Thu, 15 Jul 2021 14:57:12 -0400 (EDT)

branch: master
commit 5a3bd1dfcd6a9fcac20a1672f4dddb6008084c02
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Regularize whitespace
---
 zero_test.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zero_test.cpp b/zero_test.cpp
index 3c34e00..0166a59 100644
--- a/zero_test.cpp
+++ b/zero_test.cpp
@@ -713,7 +713,7 @@ void test_various_functions()
     // the first is, too.
     auto f06 = [](double x) {return x * x - 4.0;};
     auto root_06 = -2.0;
-    test_a_function        (f06, root_06 , 1.9, -2.1, 1.0e-15, __LINE__);
+    test_a_function        (f06, root_06,  1.9, -2.1, 1.0e-15, __LINE__);
     test_a_function        (f06, root_06, -2.1 , 1.9, 1.0e-15, __LINE__);
 }
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]