Improve alignments in docstring comments
This commit is contained in:
parent
71dd9574d6
commit
363c7d7593
|
@ -1552,7 +1552,7 @@ out_success:
|
||||||
* @remark See also #load_trusted_setup.
|
* @remark See also #load_trusted_setup.
|
||||||
*
|
*
|
||||||
* @param[out] out Pointer to the loaded trusted setup data
|
* @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) {
|
C_KZG_RET load_trusted_setup_file(KZGSettings *out, FILE *in) {
|
||||||
uint64_t i;
|
uint64_t i;
|
||||||
|
|
Loading…
Reference in New Issue