Skip to content

Commit 996406c

Browse files
restyled-commitsjlatusek
authored andcommitted
Restyled by clang-format
1 parent fc44e52 commit 996406c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/credentials/tests/TestGroupDataProvider.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818

1919
#include <credentials/GroupDataProviderImpl.h>
2020
#include <crypto/DefaultSessionKeystore.h>
21+
#include <gtest/gtest.h>
2122
#include <lib/core/TLV.h>
2223
#include <lib/support/CHIPMem.h>
2324
#include <lib/support/TestPersistentStorageDelegate.h>
24-
#include <gtest/gtest.h>
2525
#include <platform/KeyValueStoreManager.h>
2626
#include <set>
2727
#include <string.h>
@@ -1176,7 +1176,7 @@ TEST_F(TestGroupDataProvider, TestGroupDecryption)
11761176
0x4b, 0x5b, 0x6b, 0x7b, 0x8b, 0x9b, 0x0c, 0x1c, 0x2c, 0x3c, 0x4c, 0x5c, 0x6c, 0x7c,
11771177
0x8c, 0x9c, 0x0d, 0x1d, 0x2d, 0x3d, 0x4d, 0x5d, 0x6d, 0x7d, 0x8d, 0x9d };
11781178
uint8_t mic[16] = {
1179-
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
1179+
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
11801180
};
11811181

11821182
uint8_t ciphertext_buffer[kMessageLength];

src/credentials/tests/TestPersistentStorageOpCertStore.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
#include <inttypes.h>
2020

2121
#include <credentials/PersistentStorageOpCertStore.h>
22+
#include <gtest/gtest.h>
2223
#include <lib/support/CHIPMem.h>
2324
#include <lib/support/CodeUtils.h>
2425
#include <lib/support/DefaultStorageKeyAllocator.h>
2526
#include <lib/support/Span.h>
2627
#include <lib/support/TestPersistentStorageDelegate.h>
27-
#include <gtest/gtest.h>
2828

2929
using namespace chip;
3030
using namespace chip::Credentials;

0 commit comments

Comments
 (0)