From 64fdb089003c3ab3713c713a70b0832c41afb8f8 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 8 May 2023 16:41:22 +0200 Subject: validation: Fix formatting Update #3716. --- testsuites/validation/tc-options.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testsuites') diff --git a/testsuites/validation/tc-options.c b/testsuites/validation/tc-options.c index 74d0b12e1f..67f9bd25fb 100644 --- a/testsuites/validation/tc-options.c +++ b/testsuites/validation/tc-options.c @@ -88,7 +88,7 @@ * * - Check the value of RTEMS_DEFAULT_OPTIONS. * - * - Check RTEMS_DEFAULT_OPTIONS equals ``RTEMS_WAIT``. + * - Check RTEMS_DEFAULT_OPTIONS equals RTEMS_WAIT. * * @{ */ @@ -181,7 +181,7 @@ static void RtemsOptionValOptions_Action_3( void ) /* No action */ /* - * Check RTEMS_DEFAULT_OPTIONS equals ``RTEMS_WAIT``. + * Check RTEMS_DEFAULT_OPTIONS equals RTEMS_WAIT. */ T_step_eq_int( 6, RTEMS_DEFAULT_OPTIONS, RTEMS_WAIT ); } -- cgit v1.2.3