Changed formatting

This commit is contained in:
Ethan Looney
2020-07-06 12:05:55 -07:00
parent dfde73620c
commit 1b7a96627c

View File

@ -6516,7 +6516,6 @@ static int test_wc_Sha256GetFlags (void)
if (flags & WC_HASH_FLAG_ISCOPY) {
flag = 0;
}
}
wc_Sha256Free(&sha256);
@ -6630,7 +6629,6 @@ static int test_wc_Sha256Copy (void)
}
}
wc_Sha256Free(&sha256);
wc_Sha256Free(&temp);
@ -7293,10 +7291,8 @@ static int test_wc_Sha224SetFlags (void)
if (flags & WC_HASH_FLAG_ISCOPY) {
flag = 0;
}
}
wc_Sha224Free(&sha224);
printf(resultFmt, flag == 0 ? passed : failed);
@ -7432,7 +7428,7 @@ static int test_wc_Sha224Copy (void)
flag = 0;
}
}
if (flag == 0){
if (flag == 0)
flag = wc_Sha224Copy(NULL, &temp);
if (flag == BAD_FUNC_ARG) {
flag = 0;