From b6e00691ff9822ba2b8b4170e8034348041b4a1a Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 1 Aug 2022 17:35:21 -0500 Subject: psxtimer0[12]/psxtimer.c: Reformat file header. --- testsuites/psxtests/psxtimer01/psxtimer.c | 9 ++++++--- testsuites/psxtests/psxtimer02/psxtimer.c | 9 ++++++--- 2 files changed, 12 insertions(+), 6 deletions(-) (limited to 'testsuites') diff --git a/testsuites/psxtests/psxtimer01/psxtimer.c b/testsuites/psxtests/psxtimer01/psxtimer.c index 560dc2eebd..57d23c1582 100644 --- a/testsuites/psxtests/psxtimer01/psxtimer.c +++ b/testsuites/psxtests/psxtimer01/psxtimer.c @@ -1,6 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ -/* +/** + * @file POSIX Timer Test * * This is a simple real-time applications which contains 3 periodic tasks. * @@ -12,8 +13,10 @@ * * The share data is protected with a POSIX mutex. * - * Other POSIX facilities such as timers, condition, .. is also used - * + * Other POSIX facilities such as timers, condition, .. are also used. + */ + +/* * COPYRIGHT (c) 1989-2009. * On-Line Applications Research Corporation (OAR). * diff --git a/testsuites/psxtests/psxtimer02/psxtimer.c b/testsuites/psxtests/psxtimer02/psxtimer.c index 7da0f7acd1..26d1d5a67c 100644 --- a/testsuites/psxtests/psxtimer02/psxtimer.c +++ b/testsuites/psxtests/psxtimer02/psxtimer.c @@ -1,6 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ -/* +/** + * @file POSIX Timer Test #2 * * This is a simple real-time applications which contains 3 periodic tasks. * @@ -12,8 +13,10 @@ * * The share data is protected with a POSIX mutex. * - * Other POSIX facilities such as timers, condition, .. is also used - * + * Other POSIX facilities such as timers, condition, .. are also used. + */ + +/* * COPYRIGHT (c) 1989-2009. * On-Line Applications Research Corporation (OAR). * -- cgit v1.2.3