Skip to content

Commit

Permalink
Disable yet another clang-tidy message
Browse files Browse the repository at this point in the history
  • Loading branch information
ckormanyos committed Feb 5, 2024
1 parent 310e5fa commit ef819e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/test_soft_double_examples.h
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ef819e7

Please sign in to comment.