Skip to content

Commit 4a7d56d

Browse files
committed
style changes to satisfy astyle
1 parent 2388a84 commit 4a7d56d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TESTS/mbedtls/config/aes_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ int mbedtls_aes_ctr_test_mbedos(int verbose)
484484
unsigned char buf[64];
485485
mbedtls_aes_context ctx;
486486
memset(key, 0, 32);
487-
mbedtls_aes_init &ctx);
487+
mbedtls_aes_init(&ctx);
488488
const unsigned char *aes_tests;
489489
size_t offset;
490490
int len;

0 commit comments

Comments
 (0)