Apply clang-format

This commit is contained in:
pscott
2021-02-05 17:58:21 +01:00
parent 2518efd3dd
commit 4cbcdc0be0
4 changed files with 19 additions and 20 deletions

View File

@@ -158,7 +158,7 @@ typedef struct txStringProperties_t {
char fullAddress[43];
char fullAmount[50];
char maxFee[50];
char nonce[14]; // size needed to write "NOT Displayed"
char nonce[14]; // size needed to write "NOT Displayed"
} txStringProperties_t;
typedef struct strDataTmp_t {