From b1274bd94c94520ed9402f85c949976d7008093e Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 30 Nov 2009 03:33:25 +0000 Subject: Whitespace removal. --- testsuites/psxtests/psxmsgq01/init.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testsuites/psxtests/psxmsgq01/init.c') diff --git a/testsuites/psxtests/psxmsgq01/init.c b/testsuites/psxtests/psxmsgq01/init.c index 69c3c918c0..bc4ae8dfc0 100644 --- a/testsuites/psxtests/psxmsgq01/init.c +++ b/testsuites/psxtests/psxmsgq01/init.c @@ -104,7 +104,7 @@ void Validate_attributes( #define Get_Queue_Name( i ) Test_q[i].name char *Build_Queue_Name( int i ) { - static char Queue_Name[PATH_MAX + 2]; + static char Queue_Name[PATH_MAX + 2]; sprintf(Queue_Name,"mq%d", i+1 ); return Queue_Name; @@ -1248,7 +1248,7 @@ void *POSIX_Init( verify_with_threads(); verify_mq_receive(); verify_mq_send(); - + puts( "*** END OF POSIX MESSAGE QUEUE TEST ***" ); rtems_test_exit( 0 ); -- cgit v1.2.3