Skip to content

Commit 3073c4b

Browse files
committed
Uncrustify to new files
Signed-off-by: Carlos Ferreira González <carlosferreira@eprosima.com>
1 parent 3e9be8e commit 3073c4b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

ddsenabler_participants/src/cpp/rpc/RpcStructs.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ void RpcInfo::extract_rpc_info()
166166
else
167167
{
168168
EPROSIMA_LOG_ERROR(DDSENABLER_RPC_UTILS,
169-
"Failed to extract RPC info from topic name " << topic_name <<
170-
": unknown action request type suffix");
169+
"Failed to extract RPC info from topic name " << topic_name
170+
<< ": unknown action request type suffix");
171171
throw std::runtime_error("Unknown action request type suffix");
172172
}
173173
return;
@@ -215,8 +215,8 @@ void RpcInfo::extract_rpc_info()
215215
else
216216
{
217217
EPROSIMA_LOG_ERROR(DDSENABLER_RPC_UTILS,
218-
"Failed to extract RPC info from topic name " << topic_name <<
219-
": unknown action reply type suffix");
218+
"Failed to extract RPC info from topic name " << topic_name
219+
<< ": unknown action reply type suffix");
220220
throw std::runtime_error("Unknown action reply type suffix");
221221
}
222222
return;

0 commit comments

Comments
 (0)