Skip to content

Commit

Permalink
Restyled by whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and mkardous-silabs committed Oct 5, 2023
1 parent 5b2ad6c commit 95dc127
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/messaging/ExchangeContext.h
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ class DLL_EXPORT ExchangeContext : public ReliableMessageContext,
*
* The API call is not mandatory for the communication to be successful.
* If the call is not done, we will rely on information within the exchange context.
*
*
* @param shouldPeerBeActive true if the peer should be active, false if we don't know or it should not be
*/
void SetShouldPeerBeActive(bool shouldPeerBeActive) { mFlags.Set(Flags::kPeerShouldBeActive, shouldPeerBeActive); }
Expand Down
2 changes: 1 addition & 1 deletion src/messaging/ReliableMessageMgr.h
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ class ReliableMessageMgr
/**
* Calculates the next retransmission time for the entry
* Function sets the nextRetransTime of the entry
*
*
* @param[in/out] entry RetransTableEntry for which we need to calculate the nextRetransTime
*/
void CalculateNextRetransTime(RetransTableEntry * entry);
Expand Down
2 changes: 1 addition & 1 deletion src/messaging/tests/TestReliableMessageProtocol.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ struct BackoffComplianceTestVector theBackoffComplianceTestVector[] = {
class TestReliableMessageProtocol
{
public:
static void CheckAddClearRetrans(nlTestSuite * inSuite, void * inContext);
static void CheckAddClearRetrans(nlTestSuite * inSuite, void * inContext);
static void CheckResendApplicationMessage(nlTestSuite * inSuite, void * inContext);
static void CheckCloseExchangeAndResendApplicationMessage(nlTestSuite * inSuite, void * inContext);
static void CheckFailedMessageRetainOnSend(nlTestSuite * inSuite, void * inContext);
Expand Down

0 comments on commit 95dc127

Please sign in to comment.