summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2022-02-22 13:21:20 -0600
committerJoel Sherrill <joel@rtems.org>2022-02-23 08:54:36 -0600
commitf021d1e5765f221c3ca38298076a85d292156e34 (patch)
treeda5b29751bb0f8cb0d7229815f86c4b8169650cb
parentpsx_initial_sigmask: Add POSIX initial signal mask reporter (diff)
downloadrtems-examples-f021d1e5765f221c3ca38298076a85d292156e34.tar.bz2
psx_sched_report/rtems_config.c: Fix spacing
-rw-r--r--posix_api/psx_sched_report/rtems_config.c1
1 files changed, 1 insertions, 0 deletions
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 */