@@ -132,7 +132,8 @@ class WriteClient : public Messaging::ExchangeDelegate
132
132
*/
133
133
WriteClient (Messaging::ExchangeManager * apExchangeMgr, Callback * apCallback, const Optional<uint16_t > & aTimedWriteTimeoutMs,
134
134
bool aSuppressResponse = false ) :
135
- mpExchangeMgr (apExchangeMgr), mExchangeCtx (*this ), mpCallback(apCallback), mTimedWriteTimeoutMs (aTimedWriteTimeoutMs),
135
+ mpExchangeMgr (apExchangeMgr),
136
+ mExchangeCtx (*this ), mpCallback(apCallback), mTimedWriteTimeoutMs (aTimedWriteTimeoutMs),
136
137
mSuppressResponse (aSuppressResponse)
137
138
{
138
139
assertChipStackLockedByCurrentThread ();
@@ -141,8 +142,8 @@ class WriteClient : public Messaging::ExchangeDelegate
141
142
#if CONFIG_BUILD_FOR_HOST_UNIT_TEST
142
143
WriteClient (Messaging::ExchangeManager * apExchangeMgr, Callback * apCallback, const Optional<uint16_t > & aTimedWriteTimeoutMs,
143
144
uint16_t aReservedSize) :
144
- mpExchangeMgr(apExchangeMgr), mExchangeCtx(* this ), mpCallback(apCallback), mTimedWriteTimeoutMs(aTimedWriteTimeoutMs),
145
- mReservedSize(aReservedSize)
145
+ mpExchangeMgr(apExchangeMgr),
146
+ mExchangeCtx(* this ), mpCallback(apCallback), mTimedWriteTimeoutMs(aTimedWriteTimeoutMs), mReservedSize(aReservedSize)
146
147
{
147
148
assertChipStackLockedByCurrentThread ();
148
149
}
0 commit comments