Remove stray white spaces.

This commit is contained in:
Ralf Corsepius
2004-04-15 13:33:58 +00:00
parent 3239698d1f
commit 73b5bd5d0e
124 changed files with 2 additions and 175 deletions

View File

@@ -17,4 +17,3 @@
*/
unsigned int mips_interrupt_number_of_vectors = 32 + 8;

View File

@@ -51,4 +51,3 @@ void mips_default_isr( int vector )
vector, cause, sr );
rtems_fatal_error_occurred(1);
}