Skip to content

Commit

Permalink
Merge pull request ros2#26 from ros2/fix_cpplint_root
Browse files Browse the repository at this point in the history
fix style of header include guard
  • Loading branch information
dirk-thomas committed Feb 19, 2016
2 parents 9b2199f + 9e8ed95 commit ceb45be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rcl/test/memory_tools/memory_tools.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down Expand Up @@ -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_

0 comments on commit ceb45be

Please sign in to comment.