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