From 5c60d348c168aee6bd6abbc47da3865ac45e4909 Mon Sep 17 00:00:00 2001 From: Shivang Vijay Date: Mon, 4 Mar 2024 20:06:58 +0530 Subject: [PATCH] No error in ament_cpplint and ament_uncrustify --- rmw_zenoh_cpp/src/detail/type_support.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rmw_zenoh_cpp/src/detail/type_support.cpp b/rmw_zenoh_cpp/src/detail/type_support.cpp index f09fa758..dadd94fa 100644 --- a/rmw_zenoh_cpp/src/detail/type_support.cpp +++ b/rmw_zenoh_cpp/src/detail/type_support.cpp @@ -24,8 +24,8 @@ #include "type_support.hpp" -TypeSupport::TypeSupport(): max_size_bound_(false), is_plain_(false), type_size_(0) -{} +TypeSupport::TypeSupport() +: max_size_bound_(false), is_plain_(false), type_size_(0) {} void TypeSupport::set_name(const char * name) {