File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
nav2_behavior_tree/include/nav2_behavior_tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -63,19 +63,19 @@ repos:
6363 language : system
6464 types : [cmake]
6565 entry : ament_lint_cmake
66- - id : ament_cpplint
67- name : ament_cpplint
68- description : Code style checking using cpplint.
69- language : system
70- types : [c++]
71- entry : ament_cpplint
7266 - id : ament_uncrustify
7367 name : ament_uncrustify
7468 description : Code style checking using uncrustify.
7569 language : system
7670 types : [c++]
7771 args : ["--reformat"]
7872 entry : ament_uncrustify
73+ - id : ament_cpplint
74+ name : ament_cpplint
75+ description : Code style checking using cpplint.
76+ language : system
77+ types : [c++]
78+ entry : ament_cpplint
7979 - id : ament_xmllint
8080 name : ament_xmllint
8181 description : Check XML markup using xmllint.
Original file line number Diff line number Diff line change 1515
1616#ifndef NAV2_BEHAVIOR_TREE__BEHAVIOR_TREE_ENGINE_HPP_
1717#define NAV2_BEHAVIOR_TREE__BEHAVIOR_TREE_ENGINE_HPP_
18-
18+ // TOLONGLINE AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1919#include < memory>
2020#include < string>
2121#include < vector>
@@ -33,7 +33,7 @@ namespace nav2_behavior_tree
3333 * @enum nav2_behavior_tree::BtStatus
3434 * @brief An enum class representing BT execution status
3535 */
36- enum class BtStatus { SUCCEEDED, FAILED, CANCELED };
36+ enum class BtStatus { SUCCEEDED, FAILED, CANCELED};
3737
3838/* *
3939 * @class nav2_behavior_tree::BehaviorTreeEngine
You can’t perform that action at this time.
0 commit comments