Skip to content

Commit c8f2bfe

Browse files
committed
fix format
1 parent 30cea3c commit c8f2bfe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

include/zenoh/api/enums.hxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ typedef ::z_reliability_t Reliability;
6464
/// congestion control
6565
/// - **Z_CONGESTION_CONTROL_BLOCK_FIRST**: Defines congestion control as "block first". Messages except the first
6666
/// one are dropped in case of congestion control
67-
/// @warning **Z_CONGESTION_CONTROL_BLOCK_FIRST** has been marked as unstable: it works as advertised, but it may be changed in a future
68-
/// release.
67+
/// @warning **Z_CONGESTION_CONTROL_BLOCK_FIRST** has been marked as unstable: it works as advertised, but it may be
68+
/// changed in a future release.
6969
/// @note **Z_CONGESTION_CONTROL_BLOCK_FIRST** is Zenoh-c only.
7070
///
7171
typedef ::z_congestion_control_t CongestionControl;

0 commit comments

Comments
 (0)