From 10bcc955d37f05d68f0cb1378befdb0012b4bcc4 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 28 Aug 2025 09:00:31 +0200 Subject: [PATCH] validation: Fix formatting Remove double blank lines. --- testsuites/validation/tc-basedefs.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/testsuites/validation/tc-basedefs.c b/testsuites/validation/tc-basedefs.c index 835f76ec64..76838f0e94 100644 --- a/testsuites/validation/tc-basedefs.c +++ b/testsuites/validation/tc-basedefs.c @@ -1716,7 +1716,6 @@ static void RtemsBasedefsValBasedefs_Action_47( void ) * unused_func(). */ - /* * It cannot automatically be checked that the RTEMS_UNUSED macro has the * desired effect. It is checked that such a macro exists and one can @@ -1733,7 +1732,6 @@ static void RtemsBasedefsValBasedefs_Action_47( void ) * unused_struct. */ - /* * It cannot automatically be checked that the RTEMS_UNUSED macro has the * desired effect. It is checked that such a macro exists and one can