fix style of header include guard

This commit is contained in:
Dirk Thomas 2016-02-19 09:52:43 -08:00
parent 9b2199f178
commit 9e8ed95dad

View file

@ -16,8 +16,8 @@
// https://dxr.mozilla.org/mozilla-central/rev/ // https://dxr.mozilla.org/mozilla-central/rev/
// cc9c6cd756cb744596ba039dcc5ad3065a7cc3ea/memory/build/replace_malloc.c // cc9c6cd756cb744596ba039dcc5ad3065a7cc3ea/memory/build/replace_malloc.c
#ifndef RCL__TEST__MEMORY_TOOLS__MEMORY_TOOLS_HPP_ #ifndef MEMORY_TOOLS__MEMORY_TOOLS_HPP_
#define RCL__TEST__MEMORY_TOOLS__MEMORY_TOOLS_HPP_ #define MEMORY_TOOLS__MEMORY_TOOLS_HPP_
#include <stddef.h> #include <stddef.h>
@ -129,4 +129,4 @@ failing_free(void * pointer, void * state)
(void)state; (void)state;
} }
#endif // RCL__TEST__MEMORY_TOOLS__MEMORY_TOOLS_HPP_ #endif // MEMORY_TOOLS__MEMORY_TOOLS_HPP_