Skip to content

Commit ee6c50a

Browse files
authored
Apply clang-format-10 (moveit#199)
1 parent 47f052b commit ee6c50a

37 files changed

+99
-93
lines changed

.clang-format

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ BraceWrapping:
2424
BeforeCatch: false
2525
BeforeElse: false
2626
IndentBraces: false
27+
SplitEmptyRecord: false
2728
BreakBeforeBinaryOperators: None
2829
BreakBeforeBraces: Custom
2930
BreakBeforeTernaryOperators: false

core/include/moveit/task_constructor/container.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ class ParallelContainerBase;
120120
* - Fallbacks: the children are considered in series
121121
* - Merger: solutions of all children (actuating disjoint groups)
122122
* are merged into a single solution for parallel execution
123-
*/
123+
*/
124124
class ParallelContainerBase : public ContainerBase
125125
{
126126
public:

core/include/moveit/task_constructor/container_p.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ namespace moveit {
4949
namespace core {
5050
MOVEIT_CLASS_FORWARD(JointModelGroup)
5151
MOVEIT_CLASS_FORWARD(RobotState)
52-
}
53-
}
52+
} // namespace core
53+
} // namespace moveit
5454

5555
namespace moveit {
5656
namespace task_constructor {

core/include/moveit/task_constructor/marker_tools.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ namespace moveit {
1212
namespace core {
1313
MOVEIT_CLASS_FORWARD(RobotState)
1414
MOVEIT_CLASS_FORWARD(LinkModel)
15-
}
16-
}
15+
} // namespace core
16+
} // namespace moveit
1717

1818
namespace moveit {
1919
namespace task_constructor {

core/include/moveit/task_constructor/solvers/planner_interface.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ namespace core {
5454
MOVEIT_CLASS_FORWARD(LinkModel)
5555
MOVEIT_CLASS_FORWARD(RobotModel)
5656
MOVEIT_CLASS_FORWARD(JointModelGroup)
57-
}
58-
}
57+
} // namespace core
58+
} // namespace moveit
5959

6060
namespace moveit {
6161
namespace task_constructor {

core/include/moveit/task_constructor/stage.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ namespace moveit {
5454
namespace core {
5555
MOVEIT_CLASS_FORWARD(RobotModel)
5656
}
57-
}
57+
} // namespace moveit
5858

5959
namespace planning_scene {
6060
MOVEIT_CLASS_FORWARD(PlanningScene)

core/include/moveit/task_constructor/stages/compute_ik.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ namespace moveit {
4545
namespace core {
4646
MOVEIT_CLASS_FORWARD(RobotState)
4747
MOVEIT_CLASS_FORWARD(JointModelGroup)
48-
}
49-
}
48+
} // namespace core
49+
} // namespace moveit
5050

5151
namespace moveit {
5252
namespace task_constructor {

core/include/moveit/task_constructor/stages/connect.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ namespace moveit {
4747
namespace core {
4848
MOVEIT_CLASS_FORWARD(RobotState)
4949
}
50-
}
50+
} // namespace moveit
5151

5252
namespace moveit {
5353
namespace task_constructor {

core/include/moveit/task_constructor/stages/modify_planning_scene.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ namespace moveit {
4848
namespace core {
4949
MOVEIT_CLASS_FORWARD(JointModelGroup)
5050
}
51-
}
51+
} // namespace moveit
5252

5353
namespace moveit {
5454
namespace task_constructor {

core/include/moveit/task_constructor/stages/move_relative.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ namespace moveit {
4848
namespace core {
4949
class RobotState;
5050
}
51-
}
51+
} // namespace moveit
5252
namespace moveit {
5353
namespace task_constructor {
5454
namespace stages {

0 commit comments

Comments
 (0)