Skip to content

Commit 28a34fc

Browse files
restyled-commitsyunhanw-google
authored andcommitted
Restyled by clang-format
1 parent 380b633 commit 28a34fc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/app/icd/server/ICDMonitoringTable.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ static constexpr size_t MaxICDMonitoringEntrySize()
4141
sizeof(Crypto::Symmetric128BitsKeyByteArray) /*aes_key_handle*/,
4242
sizeof(Crypto::Symmetric128BitsKeyByteArray) /*hmac_key_handle*/,
4343
sizeof(uint8_t) /*client_type*/) *
44-
// Provide 50% extra space to make a firmware upgrade that starts storing
45-
// more data followed by a downgrade work easily and reliably.
46-
// The 50% number is chosen fairly randomly; storage increases larger than that are
47-
// possible but need to be staged carefully.
44+
// Provide 50% extra space to make a firmware upgrade that starts storing
45+
// more data followed by a downgrade work easily and reliably.
46+
// The 50% number is chosen fairly randomly; storage increases larger than that are
47+
// possible but need to be staged carefully.
4848
3 / 2;
4949
}
5050

0 commit comments

Comments
 (0)