From 9e8ed95dad041d50c35cea648afa9231c2f2001a Mon Sep 17 00:00:00 2001 From: Dirk Thomas Date: Fri, 19 Feb 2016 09:52:43 -0800 Subject: [PATCH] fix style of header include guard --- rcl/test/memory_tools/memory_tools.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rcl/test/memory_tools/memory_tools.hpp b/rcl/test/memory_tools/memory_tools.hpp index ef92e4a..3e294b7 100644 --- a/rcl/test/memory_tools/memory_tools.hpp +++ b/rcl/test/memory_tools/memory_tools.hpp @@ -16,8 +16,8 @@ // https://dxr.mozilla.org/mozilla-central/rev/ // cc9c6cd756cb744596ba039dcc5ad3065a7cc3ea/memory/build/replace_malloc.c -#ifndef RCL__TEST__MEMORY_TOOLS__MEMORY_TOOLS_HPP_ -#define RCL__TEST__MEMORY_TOOLS__MEMORY_TOOLS_HPP_ +#ifndef MEMORY_TOOLS__MEMORY_TOOLS_HPP_ +#define MEMORY_TOOLS__MEMORY_TOOLS_HPP_ #include @@ -129,4 +129,4 @@ failing_free(void * pointer, void * state) (void)state; } -#endif // RCL__TEST__MEMORY_TOOLS__MEMORY_TOOLS_HPP_ +#endif // MEMORY_TOOLS__MEMORY_TOOLS_HPP_