@@ -76,11 +76,11 @@ class AppRequirementsServiceServerLogic
7676 size_t thread_pool_size,
7777 std::shared_ptr<AppRequirementsServiceServer_IServerImplementation> implementation)
7878 : AppRequirementsServiceServerLogic(
79- part,
80- service_name,
81- qos,
82- std::make_shared<ThreadPool>(*this , thread_pool_size),
83- std::move (implementation))
79+ part,
80+ service_name,
81+ qos,
82+ std::make_shared<ThreadPool>(*this , thread_pool_size),
83+ std::move (implementation))
8484 {
8585 }
8686
@@ -624,11 +624,11 @@ class HWConstraintsServiceServerLogic
624624 size_t thread_pool_size,
625625 std::shared_ptr<HWConstraintsServiceServer_IServerImplementation> implementation)
626626 : HWConstraintsServiceServerLogic(
627- part,
628- service_name,
629- qos,
630- std::make_shared<ThreadPool>(*this , thread_pool_size),
631- std::move (implementation))
627+ part,
628+ service_name,
629+ qos,
630+ std::make_shared<ThreadPool>(*this , thread_pool_size),
631+ std::move (implementation))
632632 {
633633 }
634634
@@ -1172,11 +1172,11 @@ class HWResourcesServiceServerLogic
11721172 size_t thread_pool_size,
11731173 std::shared_ptr<HWResourcesServiceServer_IServerImplementation> implementation)
11741174 : HWResourcesServiceServerLogic(
1175- part,
1176- service_name,
1177- qos,
1178- std::make_shared<ThreadPool>(*this , thread_pool_size),
1179- std::move (implementation))
1175+ part,
1176+ service_name,
1177+ qos,
1178+ std::make_shared<ThreadPool>(*this , thread_pool_size),
1179+ std::move (implementation))
11801180 {
11811181 }
11821182
@@ -1720,11 +1720,11 @@ class CarbonFootprintServiceServerLogic
17201720 size_t thread_pool_size,
17211721 std::shared_ptr<CarbonFootprintServiceServer_IServerImplementation> implementation)
17221722 : CarbonFootprintServiceServerLogic(
1723- part,
1724- service_name,
1725- qos,
1726- std::make_shared<ThreadPool>(*this , thread_pool_size),
1727- std::move (implementation))
1723+ part,
1724+ service_name,
1725+ qos,
1726+ std::make_shared<ThreadPool>(*this , thread_pool_size),
1727+ std::move (implementation))
17281728 {
17291729 }
17301730
@@ -2268,11 +2268,11 @@ class MLModelMetadataServiceServerLogic
22682268 size_t thread_pool_size,
22692269 std::shared_ptr<MLModelMetadataServiceServer_IServerImplementation> implementation)
22702270 : MLModelMetadataServiceServerLogic(
2271- part,
2272- service_name,
2273- qos,
2274- std::make_shared<ThreadPool>(*this , thread_pool_size),
2275- std::move (implementation))
2271+ part,
2272+ service_name,
2273+ qos,
2274+ std::make_shared<ThreadPool>(*this , thread_pool_size),
2275+ std::move (implementation))
22762276 {
22772277 }
22782278
@@ -2816,11 +2816,11 @@ class MLModelServiceServerLogic
28162816 size_t thread_pool_size,
28172817 std::shared_ptr<MLModelServiceServer_IServerImplementation> implementation)
28182818 : MLModelServiceServerLogic(
2819- part,
2820- service_name,
2821- qos,
2822- std::make_shared<ThreadPool>(*this , thread_pool_size),
2823- std::move (implementation))
2819+ part,
2820+ service_name,
2821+ qos,
2822+ std::make_shared<ThreadPool>(*this , thread_pool_size),
2823+ std::move (implementation))
28242824 {
28252825 }
28262826
0 commit comments