Skip to content

Commit a8df98a

Browse files
Donnie-Icegithub-actions[bot]
authored andcommitted
style: auto-format via clang-format
1 parent 035bf50 commit a8df98a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

support/standalone/standalone.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
*/
2929
#define DYNAMIC_LENGTHS 1
3030

31-
static volatile uint8_t keepRunning = CRYPTO_LIB_SUCCESS;
32-
static volatile uint8_t tc_seq_num = 0;
33-
static volatile uint8_t tc_vcid = CRYPTO_STANDALONE_FRAMING_VCID;
34-
static volatile uint8_t tc_debug = 1;
35-
static volatile uint8_t tm_debug = 0;
31+
static volatile uint8_t keepRunning = CRYPTO_LIB_SUCCESS;
32+
static volatile uint8_t tc_seq_num = 0;
33+
static volatile uint8_t tc_vcid = CRYPTO_STANDALONE_FRAMING_VCID;
34+
static volatile uint8_t tc_debug = 1;
35+
static volatile uint8_t tm_debug = 0;
3636
static volatile uint8_t crypto_use_tcp = STANDALONE_TCP ? 1 : 0;
3737

3838
/*

0 commit comments

Comments
 (0)