From 0c154b6c611586047fd48beb7b6c6beb1d1cfdc0 Mon Sep 17 00:00:00 2001 From: Jeroen Bakker Date: Thu, 15 Jun 2023 08:25:49 +0200 Subject: [PATCH] Cleanup: Make format --- intern/guardedalloc/tests/guardedalloc_alignment_test.cc | 1 - intern/guardedalloc/tests/guardedalloc_overflow_test.cc | 1 - intern/guardedalloc/tests/guardedalloc_test_base.h | 1 - intern/mikktspace/mikk_float3.hh | 1 - intern/mikktspace/mikk_util.hh | 1 - 5 files changed, 5 deletions(-) diff --git a/intern/guardedalloc/tests/guardedalloc_alignment_test.cc b/intern/guardedalloc/tests/guardedalloc_alignment_test.cc index e66e70d6b56..1e47a428da6 100644 --- a/intern/guardedalloc/tests/guardedalloc_alignment_test.cc +++ b/intern/guardedalloc/tests/guardedalloc_alignment_test.cc @@ -2,7 +2,6 @@ * * SPDX-License-Identifier: Apache-2.0 */ - #include "testing/testing.h" #include "BLI_utildefines.h" diff --git a/intern/guardedalloc/tests/guardedalloc_overflow_test.cc b/intern/guardedalloc/tests/guardedalloc_overflow_test.cc index 8b3067cf6eb..ee5fe417337 100644 --- a/intern/guardedalloc/tests/guardedalloc_overflow_test.cc +++ b/intern/guardedalloc/tests/guardedalloc_overflow_test.cc @@ -2,7 +2,6 @@ * * SPDX-License-Identifier: Apache-2.0 */ - #include "testing/testing.h" #include "MEM_guardedalloc.h" diff --git a/intern/guardedalloc/tests/guardedalloc_test_base.h b/intern/guardedalloc/tests/guardedalloc_test_base.h index 69535e81f7d..a69a6daca96 100644 --- a/intern/guardedalloc/tests/guardedalloc_test_base.h +++ b/intern/guardedalloc/tests/guardedalloc_test_base.h @@ -2,7 +2,6 @@ * * SPDX-License-Identifier: Apache-2.0 */ - #ifndef __GUARDEDALLOC_TEST_UTIL_H__ #define __GUARDEDALLOC_TEST_UTIL_H__ diff --git a/intern/mikktspace/mikk_float3.hh b/intern/mikktspace/mikk_float3.hh index 04886f50a7b..4cd9922d854 100644 --- a/intern/mikktspace/mikk_float3.hh +++ b/intern/mikktspace/mikk_float3.hh @@ -2,7 +2,6 @@ * * SPDX-License-Identifier: Apache-2.0 */ - /** \file * \ingroup mikktspace */ diff --git a/intern/mikktspace/mikk_util.hh b/intern/mikktspace/mikk_util.hh index 253a4008f03..b93a133b246 100644 --- a/intern/mikktspace/mikk_util.hh +++ b/intern/mikktspace/mikk_util.hh @@ -2,7 +2,6 @@ * * SPDX-License-Identifier: Apache-2.0 */ - /** \file * \ingroup mikktspace */