summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/adasupp.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/adasupp.c')
-rw-r--r--cpukit/posix/src/adasupp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/posix/src/adasupp.c b/cpukit/posix/src/adasupp.c
index f1caf80023..535ff669c2 100644
--- a/cpukit/posix/src/adasupp.c
+++ b/cpukit/posix/src/adasupp.c
@@ -5,7 +5,7 @@
#if HAVE_CONFIG_H
#include "config.h"
#endif
-
+
#include <assert.h>
#include <errno.h>
#include <pthread.h>
@@ -21,12 +21,12 @@
* allocate enough stack for Ada tasks.
*/
-size_t _ada_pthread_minimum_stack_size( void )
+size_t _ada_pthread_minimum_stack_size( void )
{
/*
* Eventually this may need to include a per cpu family calculation
* but for now, this will do.
- */
+ */
return PTHREAD_MINIMUM_STACK_SIZE * 2;
}