Make lint happier

This commit is contained in:
BTChip github
2022-03-22 08:40:36 +01:00
parent d04ed9aef1
commit 52738e6bf5
5 changed files with 40 additions and 39 deletions

View File

@@ -1,7 +1,7 @@
#include "shared_context.h"
uint32_t set_result_perform_privacy_operation() {
for (uint8_t i=0; i<32; i++) {
for (uint8_t i = 0; i < 32; i++) {
G_io_apdu_buffer[i] = tmpCtx.publicKeyContext.publicKey.W[32 - i];
}
return 32;