Improve alignments in docstring comments

This commit is contained in:
Ramana Kumar 2023-01-26 17:13:13 +00:00
parent 71dd9574d6
commit 363c7d7593
No known key found for this signature in database
GPG Key ID: ED471C788B900433
1 changed files with 74 additions and 74 deletions

View File

@ -1552,7 +1552,7 @@ out_success:
* @remark See also #load_trusted_setup.
*
* @param[out] out Pointer to the loaded trusted setup data
* @param in File handle for input - will not be closed
* @param[in] in File handle for input - will not be closed
*/
C_KZG_RET load_trusted_setup_file(KZGSettings *out, FILE *in) {
uint64_t i;