Skip to content

Commit

Permalink
fix uncrustify issue
Browse files Browse the repository at this point in the history
  • Loading branch information
JEnoch committed Nov 22, 2024
1 parent 3503c47 commit 6446945
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion rmw_zenoh_cpp/src/detail/zenoh_utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@ void create_map_and_set_sequence_num(
}

///=============================================================================
ZenohQuery::ZenohQuery(const z_loaned_query_t * query, std::chrono::nanoseconds::rep received_timestamp) {
ZenohQuery::ZenohQuery(
const z_loaned_query_t * query,
std::chrono::nanoseconds::rep received_timestamp)
{
z_query_clone(&query_, query);
received_timestamp_ = received_timestamp;
}
Expand Down

0 comments on commit 6446945

Please sign in to comment.