Skip to content

Commit fa9854c

Browse files
committed
Use the same style for all method definitions
1 parent e8661e7 commit fa9854c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

joint_trajectory_controller/include/joint_trajectory_controller/joint_trajectory_controller.hpp

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,16 @@ class JointTrajectoryController : public controller_interface::ControllerInterfa
7171
* interfaces for the controlled joints
7272
*/
7373
JOINT_TRAJECTORY_CONTROLLER_PUBLIC
74-
controller_interface::InterfaceConfiguration command_interface_configuration() const override;
74+
controller_interface::InterfaceConfiguration
75+
command_interface_configuration() const override;
7576

7677
/**
7778
* @brief command_interface_configuration This controller requires the position and velocity
7879
* state interfaces for the controlled joints
7980
*/
8081
JOINT_TRAJECTORY_CONTROLLER_PUBLIC
81-
controller_interface::InterfaceConfiguration state_interface_configuration() const override;
82+
controller_interface::InterfaceConfiguration
83+
state_interface_configuration() const override;
8284

8385
JOINT_TRAJECTORY_CONTROLLER_PUBLIC
8486
controller_interface::return_type

0 commit comments

Comments
 (0)