summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-15 13:26:21 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-15 13:26:21 +0000
commit3239698d1fe72364c85f7a76799421bfd90cc4d7 (patch)
treee341344cbac10c1e3988de8657b39cce6c4ec848 /testsuites
parentRemove unnecessary white spaces. (diff)
downloadrtems-3239698d1fe72364c85f7a76799421bfd90cc4d7.tar.bz2
Remove stray white spaces.
Diffstat (limited to '')
-rw-r--r--testsuites/itrontests/itronmbf01/init.c2
-rw-r--r--testsuites/itrontests/itronmbox01/init.c2
-rw-r--r--testsuites/itrontests/itrontask01/system.h3
-rw-r--r--testsuites/itrontests/itrontask01/task1.c1
-rw-r--r--testsuites/itrontests/itrontask02/dormant.c3
-rw-r--r--testsuites/itrontests/itrontask02/system.h5
-rw-r--r--testsuites/itrontests/itrontask03/init.c6
-rw-r--r--testsuites/itrontests/itrontask03/preempt.c1
-rw-r--r--testsuites/itrontests/itrontask04/init.c1
-rw-r--r--testsuites/itrontests/itrontask04/task1.c6
-rw-r--r--testsuites/itrontests/itrontask04/task3.c1
-rw-r--r--testsuites/itrontests/itrontime01/init.c2
-rw-r--r--testsuites/libtests/termios/init.c1
-rw-r--r--testsuites/psxtests/psx13/test.c13
-rw-r--r--testsuites/psxtests/psxcancel/init.c1
-rw-r--r--testsuites/psxtests/psxchroot01/test.c1
-rw-r--r--testsuites/psxtests/psxfile01/test.c2
-rw-r--r--testsuites/psxtests/psxmount/test.c1
-rw-r--r--testsuites/psxtests/psxmsgq01/init.c18
-rw-r--r--testsuites/psxtests/psxmsgq01/system.h2
-rw-r--r--testsuites/psxtests/psxreaddir/test.c1
-rw-r--r--testsuites/psxtests/psxsem01/init.c1
-rw-r--r--testsuites/psxtests/psxsem01/system.h1
-rw-r--r--testsuites/psxtests/psxstat/test.c7
-rw-r--r--testsuites/psxtests/psxtime/test.c1
-rw-r--r--testsuites/psxtests/psxtimer/psxtimer.c1
-rw-r--r--testsuites/samples/fileio/system.h1
-rw-r--r--testsuites/samples/minimum/init.c1
-rw-r--r--testsuites/samples/unlimited/init.c5
-rw-r--r--testsuites/samples/unlimited/test1.c5
-rw-r--r--testsuites/samples/unlimited/test2.c1
-rw-r--r--testsuites/sptests/spfatal/fatal.c1
-rw-r--r--testsuites/tmtests/tm26/task1.c1
33 files changed, 1 insertions, 98 deletions
diff --git a/testsuites/itrontests/itronmbf01/init.c b/testsuites/itrontests/itronmbf01/init.c
index 04b01518eb..a96cac8881 100644
--- a/testsuites/itrontests/itronmbf01/init.c
+++ b/testsuites/itrontests/itronmbf01/init.c
@@ -363,5 +363,3 @@ void TestTrcv()
assert(status == E_TMOUT);
put_time( "Init - time out at ");
}
-
-
diff --git a/testsuites/itrontests/itronmbox01/init.c b/testsuites/itrontests/itronmbox01/init.c
index cb92e76db8..d50f00a509 100644
--- a/testsuites/itrontests/itronmbox01/init.c
+++ b/testsuites/itrontests/itronmbox01/init.c
@@ -32,5 +32,3 @@ void ITRON_Init( void )
printf( "*** END OF ITRON MBOX TEST 01 ***\n" );
rtems_test_exit( 0 );
}
-
-
diff --git a/testsuites/itrontests/itrontask01/system.h b/testsuites/itrontests/itrontask01/system.h
index 579d0a7c17..77e53ceb06 100644
--- a/testsuites/itrontests/itrontask01/system.h
+++ b/testsuites/itrontests/itrontask01/system.h
@@ -37,6 +37,3 @@ void Task_2_through_4();
/* global variables */
/* end of include file */
-
-
-
diff --git a/testsuites/itrontests/itrontask01/task1.c b/testsuites/itrontests/itrontask01/task1.c
index ccf4466ece..220fe415e0 100644
--- a/testsuites/itrontests/itrontask01/task1.c
+++ b/testsuites/itrontests/itrontask01/task1.c
@@ -51,4 +51,3 @@ void Task_2_through_4()
directive_failed( status, "rtems_task_wake_after" );
}
}
-
diff --git a/testsuites/itrontests/itrontask02/dormant.c b/testsuites/itrontests/itrontask02/dormant.c
index 05ffa86623..4dcb55261f 100644
--- a/testsuites/itrontests/itrontask02/dormant.c
+++ b/testsuites/itrontests/itrontask02/dormant.c
@@ -40,5 +40,4 @@ void Non_Dormant_task()
status = rtems_task_wake_after( 120*TICKS_PER_SECOND );
directive_failed( status, "rtems_task_wake_after" );
}
-}
-
+}
diff --git a/testsuites/itrontests/itrontask02/system.h b/testsuites/itrontests/itrontask02/system.h
index c602cdc918..d888bce512 100644
--- a/testsuites/itrontests/itrontask02/system.h
+++ b/testsuites/itrontests/itrontask02/system.h
@@ -40,8 +40,3 @@ void Non_Dormant_task();
TEST_EXTERN rtems_id Global_variable; /* example global variable */
/* end of include file */
-
-
-
-
-
diff --git a/testsuites/itrontests/itrontask03/init.c b/testsuites/itrontests/itrontask03/init.c
index 687518deaa..7b90237669 100644
--- a/testsuites/itrontests/itrontask03/init.c
+++ b/testsuites/itrontests/itrontask03/init.c
@@ -136,9 +136,3 @@ void ITRON_Init( void )
exd_tsk();
assert(0);
}
-
-
-
-
-
-
diff --git a/testsuites/itrontests/itrontask03/preempt.c b/testsuites/itrontests/itrontask03/preempt.c
index d74c0a925e..77a685cb28 100644
--- a/testsuites/itrontests/itrontask03/preempt.c
+++ b/testsuites/itrontests/itrontask03/preempt.c
@@ -51,4 +51,3 @@ void Preempt_task()
assert( 0 );
}
}
-
diff --git a/testsuites/itrontests/itrontask04/init.c b/testsuites/itrontests/itrontask04/init.c
index d0177c7b95..a7b5952c4a 100644
--- a/testsuites/itrontests/itrontask04/init.c
+++ b/testsuites/itrontests/itrontask04/init.c
@@ -90,4 +90,3 @@ void ITRON_Init( void )
exd_tsk();
directive_failed( 0, "exd_tsk" );
}
-
diff --git a/testsuites/itrontests/itrontask04/task1.c b/testsuites/itrontests/itrontask04/task1.c
index 79dd4b527a..b284c48bb4 100644
--- a/testsuites/itrontests/itrontask04/task1.c
+++ b/testsuites/itrontests/itrontask04/task1.c
@@ -36,9 +36,3 @@ void Task_1()
}
}
-
-
-
-
-
-
diff --git a/testsuites/itrontests/itrontask04/task3.c b/testsuites/itrontests/itrontask04/task3.c
index 43250fc08e..5071fb12ab 100644
--- a/testsuites/itrontests/itrontask04/task3.c
+++ b/testsuites/itrontests/itrontask04/task3.c
@@ -50,4 +50,3 @@ void Task_3()
puts( "*** ITRON TASK TEST 4 ***" );
rtems_test_exit( 0 );
}
-
diff --git a/testsuites/itrontests/itrontime01/init.c b/testsuites/itrontests/itrontime01/init.c
index abcdb2fabe..6ef807889f 100644
--- a/testsuites/itrontests/itrontime01/init.c
+++ b/testsuites/itrontests/itrontime01/init.c
@@ -58,5 +58,3 @@ void ITRON_Init( void )
printf( "*** END OF ITRON TIME TEST 01 ***\n" );
rtems_test_exit( 0 );
}
-
-
diff --git a/testsuites/libtests/termios/init.c b/testsuites/libtests/termios/init.c
index 932c527f32..8f583dea4f 100644
--- a/testsuites/libtests/termios/init.c
+++ b/testsuites/libtests/termios/init.c
@@ -778,4 +778,3 @@ Init (rtems_task_argument ignored)
}
}
}
-
diff --git a/testsuites/psxtests/psx13/test.c b/testsuites/psxtests/psx13/test.c
index 82bf3c1e0a..b019d3da40 100644
--- a/testsuites/psxtests/psx13/test.c
+++ b/testsuites/psxtests/psx13/test.c
@@ -675,16 +675,3 @@ int main(
printf( "\n\n*** END OF TEST PSX13 ***" );
rtems_test_exit(0);
}
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/testsuites/psxtests/psxcancel/init.c b/testsuites/psxtests/psxcancel/init.c
index e70b1922ca..df3eda0664 100644
--- a/testsuites/psxtests/psxcancel/init.c
+++ b/testsuites/psxtests/psxcancel/init.c
@@ -124,4 +124,3 @@ int main(){
rtems_test_exit(EXIT_SUCCESS);
#endif
}
-
diff --git a/testsuites/psxtests/psxchroot01/test.c b/testsuites/psxtests/psxchroot01/test.c
index 2e2f87c09c..3dbd881679 100644
--- a/testsuites/psxtests/psxchroot01/test.c
+++ b/testsuites/psxtests/psxchroot01/test.c
@@ -118,4 +118,3 @@ int main(
printf( "*** END OF CHROOT01 TEST ***\n" );
rtems_test_exit(0);
}
-
diff --git a/testsuites/psxtests/psxfile01/test.c b/testsuites/psxtests/psxfile01/test.c
index 3d27da4dd8..bf77d44935 100644
--- a/testsuites/psxtests/psxfile01/test.c
+++ b/testsuites/psxtests/psxfile01/test.c
@@ -543,5 +543,3 @@ void test_file (char *filename, char *mode)
if (fclose (fp))
perror ("fclose");
}
-
-
diff --git a/testsuites/psxtests/psxmount/test.c b/testsuites/psxtests/psxmount/test.c
index 59b0b16f44..f3bc369ccb 100644
--- a/testsuites/psxtests/psxmount/test.c
+++ b/testsuites/psxtests/psxmount/test.c
@@ -444,4 +444,3 @@ int main(
printf( "\n\n*** END OF MOUNT/UNMOUNT TEST ***\n" );
rtems_test_exit(0);
}
-
diff --git a/testsuites/psxtests/psxmsgq01/init.c b/testsuites/psxtests/psxmsgq01/init.c
index 9aa65868db..9a0d61f474 100644
--- a/testsuites/psxtests/psxmsgq01/init.c
+++ b/testsuites/psxtests/psxmsgq01/init.c
@@ -1301,21 +1301,3 @@ void *Task_ (
return NULL; /* just so the compiler thinks we returned something */
}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/testsuites/psxtests/psxmsgq01/system.h b/testsuites/psxtests/psxmsgq01/system.h
index 4a66fb3172..369d2ef619 100644
--- a/testsuites/psxtests/psxmsgq01/system.h
+++ b/testsuites/psxtests/psxmsgq01/system.h
@@ -71,5 +71,3 @@ void *Task_3( void *argument );
void *Task_4( void *argument );
/* end of include file */
-
-
diff --git a/testsuites/psxtests/psxreaddir/test.c b/testsuites/psxtests/psxreaddir/test.c
index 6098a10109..aae0e89c85 100644
--- a/testsuites/psxtests/psxreaddir/test.c
+++ b/testsuites/psxtests/psxreaddir/test.c
@@ -500,4 +500,3 @@ int main(
printf( "\n\n*** END OF READDIR TEST ***\n" );
rtems_test_exit(0);
}
-
diff --git a/testsuites/psxtests/psxsem01/init.c b/testsuites/psxtests/psxsem01/init.c
index 4985c3a148..c89f891cf4 100644
--- a/testsuites/psxtests/psxsem01/init.c
+++ b/testsuites/psxtests/psxsem01/init.c
@@ -243,4 +243,3 @@ void *POSIX_Init(
return NULL; /* just so the compiler thinks we returned something */
}
-
diff --git a/testsuites/psxtests/psxsem01/system.h b/testsuites/psxtests/psxsem01/system.h
index 316ffecef5..5a62affd46 100644
--- a/testsuites/psxtests/psxsem01/system.h
+++ b/testsuites/psxtests/psxsem01/system.h
@@ -52,4 +52,3 @@ TEST_EXTERN pthread_t Init_id;
TEST_EXTERN pthread_t Task_id;
/* end of include file */
-
diff --git a/testsuites/psxtests/psxstat/test.c b/testsuites/psxtests/psxstat/test.c
index 84402e2a56..8511da3ca8 100644
--- a/testsuites/psxtests/psxstat/test.c
+++ b/testsuites/psxtests/psxstat/test.c
@@ -848,10 +848,3 @@ int main(
puts( "\n\n*** END OF STAT TEST 01 ***" );
rtems_test_exit(0);
}
-
-
-
-
-
-
-
diff --git a/testsuites/psxtests/psxtime/test.c b/testsuites/psxtests/psxtime/test.c
index 8f6511dcfe..c3b5ec6fc8 100644
--- a/testsuites/psxtests/psxtime/test.c
+++ b/testsuites/psxtests/psxtime/test.c
@@ -112,4 +112,3 @@ int main(
puts( "\n\n*** END OF TIME OF DAY TEST 01 ***" );
rtems_test_exit(0);
}
-
diff --git a/testsuites/psxtests/psxtimer/psxtimer.c b/testsuites/psxtests/psxtimer/psxtimer.c
index 145207308c..fcacb10d75 100644
--- a/testsuites/psxtests/psxtimer/psxtimer.c
+++ b/testsuites/psxtests/psxtimer/psxtimer.c
@@ -337,4 +337,3 @@ void *POSIX_Init (
puts( "\n\n*** End of POSIX Timers Test ***" );
rtems_test_exit (0);
}
-
diff --git a/testsuites/samples/fileio/system.h b/testsuites/samples/fileio/system.h
index 7f59c6b812..310928cdbc 100644
--- a/testsuites/samples/fileio/system.h
+++ b/testsuites/samples/fileio/system.h
@@ -133,4 +133,3 @@ static inline uint32_t get_ticks_per_second( void )
rtems_configuration_get_rtems_api_configuration()->number_of_initialization_tasks )
/* end of include file */
-
diff --git a/testsuites/samples/minimum/init.c b/testsuites/samples/minimum/init.c
index b2e7ce5162..ad043ebe0d 100644
--- a/testsuites/samples/minimum/init.c
+++ b/testsuites/samples/minimum/init.c
@@ -38,4 +38,3 @@ rtems_task Init(
#include <rtems/confdefs.h>
/* global variables */
-
diff --git a/testsuites/samples/unlimited/init.c b/testsuites/samples/unlimited/init.c
index eeebf4b1ac..37a909c52a 100644
--- a/testsuites/samples/unlimited/init.c
+++ b/testsuites/samples/unlimited/init.c
@@ -120,8 +120,3 @@ boolean status_code_bad(
}
return FALSE;
}
-
-
-
-
-
diff --git a/testsuites/samples/unlimited/test1.c b/testsuites/samples/unlimited/test1.c
index 09e67a6191..129e1635e5 100644
--- a/testsuites/samples/unlimited/test1.c
+++ b/testsuites/samples/unlimited/test1.c
@@ -99,8 +99,3 @@ void test1()
printf( " TEST1 : completed\n" );
}
-
-
-
-
-
diff --git a/testsuites/samples/unlimited/test2.c b/testsuites/samples/unlimited/test2.c
index fe2f86ebeb..3416c1532b 100644
--- a/testsuites/samples/unlimited/test2.c
+++ b/testsuites/samples/unlimited/test2.c
@@ -226,4 +226,3 @@ void test2()
printf( " TEST2 : completed\n" );
}
-
diff --git a/testsuites/sptests/spfatal/fatal.c b/testsuites/sptests/spfatal/fatal.c
index ce61309999..4dc09aed5e 100644
--- a/testsuites/sptests/spfatal/fatal.c
+++ b/testsuites/sptests/spfatal/fatal.c
@@ -133,4 +133,3 @@ void Process_case()
rtems_initialize_executive(
&New_Configuration, rtems_cpu_configuration_get_table() );
}
-
diff --git a/testsuites/tmtests/tm26/task1.c b/testsuites/tmtests/tm26/task1.c
index 03e866abd7..293f77ead3 100644
--- a/testsuites/tmtests/tm26/task1.c
+++ b/testsuites/tmtests/tm26/task1.c
@@ -600,4 +600,3 @@ void complete_test( void )
puts( "*** END OF TEST 26 ***" );
rtems_test_exit( 0 );
}
-