Skip to content

Commit

Permalink
cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Mar 6, 2024
1 parent d80367e commit 7b119b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions worker/include/DepUsrSCTP.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ class DepUsrSCTP
/* Struct for storing a pending SCTP message to be sent. */
struct SendSctpDataItem
{
// NOTE: We keep this struct simple, without explicit allocation
// or deallocation in constructor/destructor, and instead rely on
// NOTE: We keep this struct simple, without explicit allocation or
// deallocation of members in constructor/destructor, and instead rely on
// the destructor of the main container SendSctpDataStore.

SendSctpDataItem() noexcept;
Expand Down

0 comments on commit 7b119b2

Please sign in to comment.