Skip to content

Commit

Permalink
fix code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav-thales committed Oct 11, 2024
1 parent 47a94ff commit 758619a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_kem.c
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ static OQS_STATUS kem_test_correctness(const char *method_name) {
OQS_MEM_insecure_free(ciphertext - sizeof(magic_t));
}
OQS_KEM_free(kem);

return ret;
}

Expand Down

0 comments on commit 758619a

Please sign in to comment.