forked from Imagelibrary/rtems
Whitespace removal.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user