Skip to content

Commit 683ca41

Browse files
restyled-commitsarkq
authored andcommitted
Restyled by clang-format
1 parent 22bff98 commit 683ca41

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/app/tests/TestReadInteraction.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -1422,7 +1422,8 @@ void TestReadInteraction::TestSetDirtyBetweenChunks()
14221422
public:
14231423
DirtyingMockDelegate(AttributePathParams (&aReadPaths)[2], int & aNumAttributeResponsesWhenSetDirty,
14241424
int & aNumArrayItemsWhenSetDirty) :
1425-
mReadPaths(aReadPaths), mNumAttributeResponsesWhenSetDirty(aNumAttributeResponsesWhenSetDirty),
1425+
mReadPaths(aReadPaths),
1426+
mNumAttributeResponsesWhenSetDirty(aNumAttributeResponsesWhenSetDirty),
14261427
mNumArrayItemsWhenSetDirty(aNumArrayItemsWhenSetDirty)
14271428
{}
14281429

0 commit comments

Comments
 (0)