[rtems-examples commit] psx_sched_report/rtems_config.c: Fix spacing
Joel Sherrill
joel at rtems.org
Thu Feb 24 23:04:33 UTC 2022
Module: rtems-examples
Branch: master
Commit: f021d1e5765f221c3ca38298076a85d292156e34
Changeset: http://git.rtems.org/rtems-examples/commit/?id=f021d1e5765f221c3ca38298076a85d292156e34
Author: Joel Sherrill <joel at rtems.org>
Date: Tue Feb 22 13:21:20 2022 -0600
psx_sched_report/rtems_config.c: Fix spacing
---
posix_api/psx_sched_report/rtems_config.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/posix_api/psx_sched_report/rtems_config.c b/posix_api/psx_sched_report/rtems_config.c
index fd0a0f8..6243cf0 100644
--- a/posix_api/psx_sched_report/rtems_config.c
+++ b/posix_api/psx_sched_report/rtems_config.c
@@ -16,6 +16,7 @@ static char *argv_list[] = {
"report",
""
};
+
static void *POSIX_Init(void *arg)
{
(void) arg; /* deliberately ignored */
More information about the vc
mailing list