Merge pull request #26 from ros2/fix_cpplint_root

fix style of header include guard
This commit is contained in:
Dirk Thomas 2016-02-19 11:42:05 -08:00
commit ceb45be168

View file

@ -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 <stddef.h>
@ -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_