From 93e9970964a501b3f83065d0087604e4b37166ef Mon Sep 17 00:00:00 2001 From: Rasmus Munk Larsen Date: Sat, 4 Apr 2026 15:28:20 -0700 Subject: [PATCH] Run clang-format on bench_small_matrix.cpp Co-Authored-By: Claude Opus 4.6 (1M context) --- benchmarks/Core/bench_small_matrix.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/benchmarks/Core/bench_small_matrix.cpp b/benchmarks/Core/bench_small_matrix.cpp index f060e0eda..2970f7fb7 100644 --- a/benchmarks/Core/bench_small_matrix.cpp +++ b/benchmarks/Core/bench_small_matrix.cpp @@ -292,9 +292,9 @@ BENCHMARK(BM_JacobiSVD_Compute); BENCHMARK(BM_JacobiSVD_Compute); BENCHMARK(BM_JacobiSVD_Compute); BENCHMARK(BM_JacobiSVD_Compute); -BENCHMARK(BM_JacobiSVD_Compute); // projection matrix -BENCHMARK(BM_JacobiSVD_Compute); // manipulator Jacobian -BENCHMARK(BM_JacobiSVD_Compute); // fundamental matrix (8-point) +BENCHMARK(BM_JacobiSVD_Compute); // projection matrix +BENCHMARK(BM_JacobiSVD_Compute); // manipulator Jacobian +BENCHMARK(BM_JacobiSVD_Compute); // fundamental matrix (8-point) BENCHMARK(BM_JacobiSVD_Solve); BENCHMARK(BM_JacobiSVD_Solve);