Remove stray white spaces.

This commit is contained in:
Ralf Corsepius
2004-04-21 10:43:04 +00:00
parent 48ea3df90c
commit 6128a4aa5e
575 changed files with 8073 additions and 7970 deletions

View File

@@ -1,7 +1,7 @@
/*
* A simple main which can be used on any embedded target.
*
* This style of initialization insures that the C++ global
* This style of initialization insures that the C++ global
* constructors are executed after RTEMS is initialized.
*
* Thanks to Chris Johns <cjohns@plessey.com.au> for this idea.
@@ -130,7 +130,7 @@ int boot_card(int argc, char **argv, char **envp)
* Perform any BSP specific shutdown actions.
*/
bsp_cleanup();
bsp_cleanup();
/*
* Now return to the start code.