From 27c86ec1460958933fa3ff01561ac656c1d55c12 Mon Sep 17 00:00:00 2001 From: Eduardo Almeida Date: Fri, 7 Oct 2022 10:17:20 +0000 Subject: [PATCH] Fix clang-format guards in valgrind.h --- src/core/model/valgrind.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/core/model/valgrind.h b/src/core/model/valgrind.h index 068c2bde9..64fc3ba2b 100644 --- a/src/core/model/valgrind.h +++ b/src/core/model/valgrind.h @@ -1,5 +1,3 @@ -// clang-format off - /* -*- c -*- ---------------------------------------------------------------- @@ -57,7 +55,6 @@ ---------------------------------------------------------------- */ - /* This file is for inclusion into client (your!) code. You can use these macros to manipulate and query Valgrind's @@ -72,6 +69,8 @@ problem, you can compile with the NVALGRIND symbol defined (gcc -DNVALGRIND) so that client requests are not even compiled in. */ +// clang-format off + #ifndef __VALGRIND_H #define __VALGRIND_H