diff --git a/projects/hip-tests/catch/unit/math/binary_common.hh b/projects/hip-tests/catch/unit/math/binary_common.hh index 72de23096e..2ddaee474f 100644 --- a/projects/hip-tests/catch/unit/math/binary_common.hh +++ b/projects/hip-tests/catch/unit/math/binary_common.hh @@ -133,4 +133,4 @@ void BinaryFloatingPointTest(kernel_sig kernel, ref_sig, ref, \ ULPValidatorBuilderFactory(ulp)); \ - } \ No newline at end of file + } diff --git a/projects/hip-tests/catch/unit/math/quaternary_common.hh b/projects/hip-tests/catch/unit/math/quaternary_common.hh index b29eb52ef4..a9a8cc6778 100644 --- a/projects/hip-tests/catch/unit/math/quaternary_common.hh +++ b/projects/hip-tests/catch/unit/math/quaternary_common.hh @@ -243,4 +243,4 @@ void QuaternaryFloatingPointTest(kernel_sig kernel, \ QuaternaryFloatingPointTest(kern_name##_kernel, ref, \ ULPValidatorBuilderFactory(ulp)); \ - } \ No newline at end of file + } diff --git a/projects/hip-tests/catch/unit/math/ternary_common.hh b/projects/hip-tests/catch/unit/math/ternary_common.hh index 53b28c6b5a..a335073916 100644 --- a/projects/hip-tests/catch/unit/math/ternary_common.hh +++ b/projects/hip-tests/catch/unit/math/ternary_common.hh @@ -139,4 +139,4 @@ void TernaryFloatingPointTest(kernel_sig kernel, ref_sig, ref, \ ULPValidatorBuilderFactory(ulp)); \ - } \ No newline at end of file + }