Skip to content

Commit

Permalink
fix include guards
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian König authored and Joshua Hampp committed Apr 17, 2020
1 parent 42cfc98 commit 65732c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rclcpp/include/rclcpp/experimental/serialized_message.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#ifndef RCLCPP__EXPERIMENTAL__SERIALIZED_CONTAINER_HPP_
#define RCLCPP__EXPERIMENTAL__SERIALIZED_CONTAINER_HPP_
#ifndef RCLCPP__EXPERIMENTAL__SERIALIZED_MESSAGE_HPP_
#define RCLCPP__EXPERIMENTAL__SERIALIZED_MESSAGE_HPP_

#include <cstring>

Expand Down Expand Up @@ -87,4 +87,4 @@ class SerializedMessage : public rcl_serialized_message_t
} // namespace experimental
} // namespace rclcpp

#endif // RCLCPP__EXPERIMENTAL__SERIALIZED_CONTAINER_HPP_
#endif // RCLCPP__EXPERIMENTAL__SERIALIZED_MESSAGE_HPP_

0 comments on commit 65732c8

Please sign in to comment.