diff --git a/test/test_soft_double_examples.h b/test/test_soft_double_examples.h index a396e0b..a4b5b15 100644 --- a/test/test_soft_double_examples.h +++ b/test/test_soft_double_examples.h @@ -1,13 +1,13 @@ /////////////////////////////////////////////////////////////////// -// Copyright Christopher Kormanyos 2020 - 2022. // +// Copyright Christopher Kormanyos 2020 - 2024. // // Distributed under the Boost Software License, // // Version 1.0. (See accompanying file LICENSE_1_0.txt // // or copy at http://www.boost.org/LICENSE_1_0.txt) // /////////////////////////////////////////////////////////////////// -#ifndef TEST_SOFT_DOUBLE_EXAMPLES_2021_04_17_H_ - #define TEST_SOFT_DOUBLE_EXAMPLES_2021_04_17_H_ +#ifndef TEST_SOFT_DOUBLE_EXAMPLES_2021_04_17_H // NOLINT(llvm-header-guard) + #define TEST_SOFT_DOUBLE_EXAMPLES_2021_04_17_H auto test_soft_double_examples() -> bool; -#endif // TEST_SOFT_DOUBLE_EXAMPLES_2021_04_17_H_ +#endif // TEST_SOFT_DOUBLE_EXAMPLES_2021_04_17_H