Skip to content

Commit dc96401

Browse files
committed
Refs #22930: Uncrustify
Signed-off-by: cferreiragonz <[email protected]>
1 parent b7a545d commit dc96401

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cpp/statistics/rtps/messages/OutputTrafficManager.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,10 @@ class OutputTrafficManager
8484
return locator == entry.first;
8585
};
8686
auto it = std::find_if(collection_.begin(), collection_.end(), search);
87-
if(it == collection_.end())
87+
if (it == collection_.end())
8888
{
8989
EPROSIMA_LOG_ERROR(RTPS_OUT,
90-
"Locator '" << locator << "' not found in collection. Adding entry.");
90+
"Locator '" << locator << "' not found in collection. Adding entry.");
9191
it = collection_.insert(it, entry_type(locator, value_type{}));
9292
}
9393
set_statistics_submessage_from_transport(locator, send_buffer, total_bytes, it->second);

0 commit comments

Comments
 (0)