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

@@ -259,7 +259,7 @@ extern "C" {
* Various inttypes.h-stype macros to assist printing
* certain system types on different targets.
*/
/* HACK: Presume time_t to be a "long" */
/* HACK: There is no portable way to print time_t's */
#define PRItime_t "ld"

View File

@@ -22,7 +22,7 @@
static char Too_Long_Name[PATH_MAX + 2];
static char Longest_Name[PATH_MAX + 1];
const char *Get_Too_Long_Name(void)
const char *Get_Too_Long_Name(void)
{
int i;
@@ -43,7 +43,7 @@ const char *Get_Longest_Name(void)
}
void Allocate_majority_of_workspace( int smallest )
{
{
bool result;
Heap_Information_block info;
void *temp;
@@ -54,9 +54,9 @@ void Allocate_majority_of_workspace( int smallest )
perror("==> Error Getting workspace information");
do {
result = rtems_workspace_allocate(
info.Free.largest-16,
&temp
result = rtems_workspace_allocate(
info.Free.largest-16,
&temp
);
if ((!result) || (!temp))
perror("Unable to allocate from workspace");