update style to latest uncrustify config

This commit is contained in:
Dirk Thomas 2015-05-26 16:39:09 -07:00
parent ef30f04215
commit b7c3b7cf0f
2 changed files with 4 additions and 2 deletions

View file

@ -40,7 +40,8 @@ class Executor;
namespace callback_group
{
enum class CallbackGroupType {
enum class CallbackGroupType
{
MutuallyExclusive,
Reentrant
};

View file

@ -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,