aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/spbench
diff options
context:
space:
mode:
authorGravatar Aaron Franke <arnfranke@yahoo.com>2020-03-21 21:30:06 -0400
committerGravatar Rasmus Munk Larsen <rmlarsen@google.com>2020-03-23 18:09:02 +0000
commit5c22c7a7de55eeeafbf53e38711617238e61194a (patch)
tree9f681d15cfae9003814e123a9ab67b0d1497c9cf /bench/spbench
parent5afdaa473a900f8fefd085b48a73453230d47659 (diff)
Make file formatting comply with POSIX and Unix standards
UTF-8, LF, no BOM, and newlines at the end of files
Diffstat (limited to 'bench/spbench')
-rw-r--r--bench/spbench/sp_solver.cpp2
-rw-r--r--bench/spbench/test_sparseLU.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/bench/spbench/sp_solver.cpp b/bench/spbench/sp_solver.cpp
index a1f4bac8a..75821a620 100644
--- a/bench/spbench/sp_solver.cpp
+++ b/bench/spbench/sp_solver.cpp
@@ -122,4 +122,4 @@ int main(int argc, char **args)
// std::cout<<x.transpose()<<"\n";
return 0;
-} \ No newline at end of file
+}
diff --git a/bench/spbench/test_sparseLU.cpp b/bench/spbench/test_sparseLU.cpp
index f8ecbe69b..a4cade641 100644
--- a/bench/spbench/test_sparseLU.cpp
+++ b/bench/spbench/test_sparseLU.cpp
@@ -90,4 +90,4 @@ int main(int argc, char **args)
cout << "Number of nonzeros in the factor : " << solver.nnzL() + solver.nnzU() << std::endl;
return 0;
-} \ No newline at end of file
+}