Skip to content

Commit

Permalink
[clang-format] update format
Browse files Browse the repository at this point in the history
  • Loading branch information
aescande committed Feb 6, 2024
1 parent a8c6392 commit 97db6b4
Show file tree
Hide file tree
Showing 2 changed files with 6,018 additions and 4,919 deletions.
5 changes: 1 addition & 4 deletions benchmarks/SolverPreDecomposition.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ class ProblemFixture : public ::benchmark::Fixture
}
}

void TearDown(const ::benchmark::State &)
{
}
void TearDown(const ::benchmark::State &) {}

int idx() const
{
Expand Down Expand Up @@ -149,5 +147,4 @@ BENCHMARK_DEFINE_F(test0, DECOMP_TINV_0)(benchmark::State & st)
}
BENCHMARK_REGISTER_F(test0, DECOMP_TINV_0)->Unit(benchmark::kMicrosecond)->DenseRange(10, 100, 10);


BENCHMARK_MAIN();
Loading

0 comments on commit 97db6b4

Please sign in to comment.