rclcpp/rclcpp_components
Dan Rose 4a5eed968c Add line break after first open paren in multiline function call (#785)
* Add line break after first open paren in multiline function call

as per developer guide:
https://index.ros.org/doc/ros2/Contributing/Developer-Guide/#open-versus-cuddled-braces
see https://github.com/ament/ament_lint/pull/148

Signed-off-by: Dan Rose <dan@digilabs.io>

Fix dedent when first function argument starts with a brace

Signed-off-by: Dan Rose <dan@digilabs.io>

Line break with multiline if condition
Remove line breaks where allowed.

Signed-off-by: Dan Rose <dan@digilabs.io>

Fixup after rebase

Signed-off-by: Dan Rose <dan@digilabs.io>

Fixup again after reverting indent_paren_open_brace

Signed-off-by: Dan Rose <dan@digilabs.io>

* Revert comment spacing change, condense some lines

Signed-off-by: Dan Rose <dan@digilabs.io>
2019-08-07 08:33:06 -07:00
..
cmake fix linter issue (#795) 2019-07-25 12:44:57 -07:00
include/rclcpp_components Add line break after first open paren in multiline function call (#785) 2019-08-07 08:33:06 -07:00
src Add line break after first open paren in multiline function call (#785) 2019-08-07 08:33:06 -07:00
test Add line break after first open paren in multiline function call (#785) 2019-08-07 08:33:06 -07:00
CHANGELOG.rst 0.7.5 2019-05-30 17:31:20 -07:00
CMakeLists.txt Remove non-package from ament_target_dependencies() (#793) 2019-07-25 09:09:49 -07:00
package.xml 0.7.5 2019-05-30 17:31:20 -07:00
rclcpp_components-extras.cmake.in Cmake infrastructure for creating components (#784) 2019-07-24 09:15:37 -07:00