update style to latest uncrustify config
This commit is contained in:
parent
ef30f04215
commit
b7c3b7cf0f
2 changed files with 4 additions and 2 deletions
|
@ -40,7 +40,8 @@ class Executor;
|
|||
namespace callback_group
|
||||
{
|
||||
|
||||
enum class CallbackGroupType {
|
||||
enum class CallbackGroupType
|
||||
{
|
||||
MutuallyExclusive,
|
||||
Reentrant
|
||||
};
|
||||
|
|
|
@ -35,7 +35,8 @@ namespace rclcpp
|
|||
namespace parameter
|
||||
{
|
||||
|
||||
enum ParameterType {
|
||||
enum ParameterType
|
||||
{
|
||||
PARAMETER_NOT_SET=rcl_interfaces::ParameterType::PARAMETER_NOT_SET,
|
||||
PARAMETER_BOOL=rcl_interfaces::ParameterType::PARAMETER_BOOL,
|
||||
PARAMETER_INTEGER=rcl_interfaces::ParameterType::PARAMETER_INTEGER,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue