Fix clang-format guards in valgrind.h
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user