Remove stray white spaces.

This commit is contained in:
Ralf Corsepius
2004-04-15 13:26:21 +00:00
parent 7ded4e37a3
commit 3239698d1f
517 changed files with 173 additions and 872 deletions

View File

@@ -34,4 +34,3 @@ bsp_postdriver_hook(void)
if ((stdin_fd != 0) || (stdout_fd != 1) || (stderr_fd != 2))
rtems_fatal_error_occurred( error_code | 'I' << 8 | 'O' );
}