Skip to content

Commit

Permalink
ROTG: apply clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
lucbv committed Sep 15, 2022
1 parent 26f062f commit 664712d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions unit_test/blas/Test_Blas1_rotg.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ void test_rotg_impl(const Scalar a_in, const Scalar b_in) {
const Scalar zero = Kokkos::ArithTraits<Scalar>::zero();

// Initialize inputs/outputs
Scalar a = a_in;
Scalar b = b_in;
Scalar a = a_in;
Scalar b = b_in;
magnitude_type c = Kokkos::ArithTraits<magnitude_type>::zero();
Scalar s = zero;
Scalar s = zero;

KokkosBlas::rotg(a, b, c, s);

Expand Down

0 comments on commit 664712d

Please sign in to comment.