Skip to content

Commit

Permalink
style(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Nov 11, 2024
1 parent ffa7414 commit daf664b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
/// \copyright Copyright 2021 Apex.AI, Inc.
/// All rights reserved.

#ifndef FAKE_TEST_NODE__FAKE_TEST_NODE_HPP_
#define FAKE_TEST_NODE__FAKE_TEST_NODE_HPP_
#ifndef AUTOWARE__FAKE_TEST_NODE__FAKE_TEST_NODE_HPP_
#define AUTOWARE__FAKE_TEST_NODE__FAKE_TEST_NODE_HPP_

#include <autoware/fake_test_node/visibility_control.hpp>
#include <rclcpp/rclcpp.hpp>
Expand Down Expand Up @@ -235,4 +235,4 @@ class FAKE_TEST_NODE_PUBLIC FakeTestNode : public detail::FakeNodeCore, public :

} // namespace autoware::fake_test_node

#endif // FAKE_TEST_NODE__FAKE_TEST_NODE_HPP_
#endif // AUTOWARE__FAKE_TEST_NODE__FAKE_TEST_NODE_HPP_
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
/// \copyright Copyright 2021 Apex.AI, Inc.
/// All rights reserved.

#ifndef FAKE_TEST_NODE__VISIBILITY_CONTROL_HPP_
#define FAKE_TEST_NODE__VISIBILITY_CONTROL_HPP_
#ifndef AUTOWARE__FAKE_TEST_NODE__VISIBILITY_CONTROL_HPP_
#define AUTOWARE__FAKE_TEST_NODE__VISIBILITY_CONTROL_HPP_

////////////////////////////////////////////////////////////////////////////////
#if defined(__WIN32)
Expand All @@ -39,4 +39,4 @@
#error "Unsupported Build Configuration"
#endif // defined(__WIN32)

#endif // FAKE_TEST_NODE__VISIBILITY_CONTROL_HPP_
#endif // AUTOWARE__FAKE_TEST_NODE__VISIBILITY_CONTROL_HPP_

0 comments on commit daf664b

Please sign in to comment.