Skip to content

Commit

Permalink
ROTMG: applying clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
lucbv committed Oct 28, 2022
1 parent 7869190 commit 148d84c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions blas/unit_test/Test_Blas1_rotmg.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,8 @@ int test_rotmg() {

constexpr int num_test_cases = 9;
for (int test_case = 0; test_case < num_test_cases; ++test_case) {
Test::set_rotmg_input_ref_vals(test_case, d1, d2, x1, y1, param,
ref_vals);
Test::test_rotmg_impl(d1, d2, x1, y1, param, ref_vals);
Test::set_rotmg_input_ref_vals(test_case, d1, d2, x1, y1, param, ref_vals);
Test::test_rotmg_impl(d1, d2, x1, y1, param, ref_vals);
}

return 1;
Expand Down

0 comments on commit 148d84c

Please sign in to comment.