Whitespace removal.

This commit is contained in:
Ralf Corsepius
2009-11-30 03:33:25 +00:00
parent 44b06ca617
commit b1274bd94c
116 changed files with 428 additions and 428 deletions

View File

@@ -16,14 +16,14 @@
#include "system.h"
/* prototypes */
int scan_objects(
int scan_objects(
Objects_Information *information,
Objects_Id start
);
#define MAX_SCAN 10
int scan_objects(
int scan_objects(
Objects_Information *information,
Objects_Id start
)
@@ -44,7 +44,7 @@ int scan_objects(
&id
);
if ( !o[i] )
break;
break;
if ( location == OBJECTS_ERROR )
break;
/* XXX check dispatch level with macros */
@@ -54,7 +54,7 @@ int scan_objects(
/* XXX should be able to check that next Id is not one we have seen */
}
return i;
}
}
rtems_task Init(
rtems_task_argument argument