-style fixes

This commit is contained in:
Christian Grothoff 2022-03-20 02:38:48 +01:00
parent 5406d564fb
commit 69927847cc
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -8729,7 +8729,7 @@ struct RefreshsSerialContext
/** /**
* Status code, set to #GNUNET_SYSERR on hard errors. * Status code, set to #GNUNET_SYSERR on hard errors.
*/ */
int status; enum GNUNET_GenericReturnValue status;
}; };
@ -8781,7 +8781,7 @@ refreshs_serial_helper_cb (void *cls,
&rc), &rc),
GNUNET_PQ_result_spec_end GNUNET_PQ_result_spec_end
}; };
int ret; enum GNUNET_GenericReturnValue ret;
if (GNUNET_OK != if (GNUNET_OK !=
GNUNET_PQ_extract_result (result, GNUNET_PQ_extract_result (result,
@ -8874,7 +8874,7 @@ struct RefundsSerialContext
/** /**
* Status code, set to #GNUNET_SYSERR on hard errors. * Status code, set to #GNUNET_SYSERR on hard errors.
*/ */
int status; enum GNUNET_GenericReturnValue status;
}; };
@ -9010,7 +9010,7 @@ struct ReservesInSerialContext
/** /**
* Status code, set to #GNUNET_SYSERR on hard errors. * Status code, set to #GNUNET_SYSERR on hard errors.
*/ */
int status; enum GNUNET_GenericReturnValue status;
}; };
@ -9053,7 +9053,7 @@ reserves_in_serial_helper_cb (void *cls,
&rowid), &rowid),
GNUNET_PQ_result_spec_end GNUNET_PQ_result_spec_end
}; };
int ret; enum GNUNET_GenericReturnValue ret;
if (GNUNET_OK != if (GNUNET_OK !=
GNUNET_PQ_extract_result (result, GNUNET_PQ_extract_result (result,
@ -9187,7 +9187,7 @@ struct ReservesOutSerialContext
/** /**
* Status code, set to #GNUNET_SYSERR on hard errors. * Status code, set to #GNUNET_SYSERR on hard errors.
*/ */
int status; enum GNUNET_GenericReturnValue status;
}; };
@ -9233,7 +9233,7 @@ reserves_out_serial_helper_cb (void *cls,
&rowid), &rowid),
GNUNET_PQ_result_spec_end GNUNET_PQ_result_spec_end
}; };
int ret; enum GNUNET_GenericReturnValue ret;
if (GNUNET_OK != if (GNUNET_OK !=
GNUNET_PQ_extract_result (result, GNUNET_PQ_extract_result (result,