Skip to content

Commit 6397fb3

Browse files
committedMay 13, 2024
style(pre-commit): autofix
1 parent 7f21692 commit 6397fb3

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed
 

‎planning/autoware_behavior_path_external_request_lane_change_module/src/manager.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414

1515
#include "manager.hpp"
1616

17-
#include "scene.hpp"
1817
#include "behavior_path_lane_change_module/interface.hpp"
18+
#include "scene.hpp"
1919

2020
namespace autoware::behavior_path_planner
2121
{

‎planning/autoware_behavior_path_external_request_lane_change_module/src/manager.hpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
#ifndef BEHAVIOR_PATH_EXTERNAL_REQUEST_LANE_CHANGE_MODULE__MANAGER_HPP_
16-
#define BEHAVIOR_PATH_EXTERNAL_REQUEST_LANE_CHANGE_MODULE__MANAGER_HPP_
15+
#ifndef MANAGER_HPP_
16+
#define MANAGER_HPP_
1717

1818
#include "behavior_path_lane_change_module/manager.hpp"
1919
#include "route_handler/route_handler.hpp"
@@ -55,4 +55,4 @@ class ExternalRequestLaneChangeLeftModuleManager : public LaneChangeModuleManage
5555
};
5656
} // namespace autoware::behavior_path_planner
5757

58-
#endif // BEHAVIOR_PATH_EXTERNAL_REQUEST_LANE_CHANGE_MODULE__MANAGER_HPP_
58+
#endif // MANAGER_HPP_

‎planning/autoware_behavior_path_external_request_lane_change_module/src/scene.hpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
#ifndef BEHAVIOR_PATH_EXTERNAL_REQUEST_LANE_CHANGE_MODULE__SCENE_HPP_
16-
#define BEHAVIOR_PATH_EXTERNAL_REQUEST_LANE_CHANGE_MODULE__SCENE_HPP_
15+
#ifndef SCENE_HPP_
16+
#define SCENE_HPP_
1717

1818
#include "behavior_path_lane_change_module/scene.hpp"
1919

@@ -39,4 +39,4 @@ class ExternalRequestLaneChange : public NormalLaneChange
3939
};
4040
} // namespace autoware::behavior_path_planner
4141

42-
#endif // BEHAVIOR_PATH_EXTERNAL_REQUEST_LANE_CHANGE_MODULE__SCENE_HPP_
42+
#endif // SCENE_HPP_

0 commit comments

Comments
 (0)