validation: Fix formatting

Update #3716.
This commit is contained in:
Sebastian Huber
2023-05-08 22:04:32 +02:00
parent 28fabc299f
commit 1a2d797a97

View File

@@ -430,7 +430,7 @@ static void CReqClockNanosleep_Pre_RQTp_Prepare(
case CReqClockNanosleep_Pre_RQTp_Null: { case CReqClockNanosleep_Pre_RQTp_Null: {
/* /*
* While the ``rqtp parameter is equal to NULL. * While the ``rqtp`` parameter is equal to NULL.
*/ */
ctx->rqtp = NULL; ctx->rqtp = NULL;
break; break;
@@ -543,7 +543,7 @@ static void CReqClockNanosleep_Pre_RMTp_Prepare(
case CReqClockNanosleep_Pre_RMTp_Null: { case CReqClockNanosleep_Pre_RMTp_Null: {
/* /*
* While the ``rmtp parameter is equal to NULL. * While the ``rmtp`` parameter is equal to NULL.
*/ */
ctx->rmtp = NULL; ctx->rmtp = NULL;
break; break;