Skip to content

Commit 575dd09

Browse files
restyled-commitsjlatusek
authored andcommitted
Restyled by clang-format
1 parent dafa16e commit 575dd09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/credentials/tests/TestGroupDataProvider.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1152,7 +1152,7 @@ TEST_F(TestGroupDataProvider, TestGroupDecryption)
11521152
0x4b, 0x5b, 0x6b, 0x7b, 0x8b, 0x9b, 0x0c, 0x1c, 0x2c, 0x3c, 0x4c, 0x5c, 0x6c, 0x7c,
11531153
0x8c, 0x9c, 0x0d, 0x1d, 0x2d, 0x3d, 0x4d, 0x5d, 0x6d, 0x7d, 0x8d, 0x9d };
11541154
uint8_t mic[16] = {
1155-
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
1155+
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
11561156
};
11571157

11581158
uint8_t ciphertext_buffer[kMessageLength];

0 commit comments

Comments
 (0)