Fix clang-format guards in valgrind.h

This commit is contained in:
Eduardo Almeida
2022-10-07 10:17:20 +00:00
parent d732248530
commit 27c86ec146

View File

@@ -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