Skip to content

Commit

Permalink
style: ament_uncrustify and ament_cpplint
Browse files Browse the repository at this point in the history
  • Loading branch information
YuanYuYuan committed Nov 29, 2024
1 parent e65df04 commit f5efd02
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions rmw_zenoh_cpp/src/detail/zenoh_utils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,14 @@ namespace rmw_zenoh_cpp
///=============================================================================
class ZenohSession final
{
public:
ZenohSession(z_owned_session_t sess) : inner_(sess) {}
const z_loaned_session_t * loan();
~ZenohSession();
private:
z_owned_session_t inner_;
public:
ZenohSession(z_owned_session_t sess)
: inner_(sess) {}
const z_loaned_session_t * loan();
~ZenohSession();

private:
z_owned_session_t inner_;
};

///=============================================================================
Expand Down

0 comments on commit f5efd02

Please sign in to comment.