Whitespace removal.

This commit is contained in:
Ralf Corsepius
2009-11-30 05:09:41 +00:00
parent ac7af4a359
commit 359e537416
199 changed files with 1685 additions and 1685 deletions

View File

@@ -38,7 +38,7 @@ void Init (rtems_task_argument arg)
if (boot_cmdline)
{
cmdline = malloc (strlen (boot_cmdline) + 1);
if (cmdline)
{
strcpy (cmdline, boot_cmdline);
@@ -62,7 +62,7 @@ void Init (rtems_task_argument arg)
if (argv)
{
int a;
command = cmdline;
argv[0] = command;
@@ -76,13 +76,13 @@ void Init (rtems_task_argument arg)
argc = 0;
}
}
#ifdef RTEMS_NETWORKING
rtems_bsdnet_initialize_network ();
#endif
result = main (argc, argv);
free (argv);
free (cmdline);