[CLASSES]: Remove newlines at the end of class__print

Let the callers decide if they want to do it.

Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
This commit is contained in:
Arnaldo Carvalho de Melo 2006-12-18 10:20:57 -02:00
parent e70860fe11
commit 6d02afd548
1 changed files with 0 additions and 2 deletions

View File

@ -1145,7 +1145,6 @@ static void class__print_struct(const struct class *self)
"%lu + %lu(holes), diff = %llu */\n\n",
self->size, sum, sum_holes,
self->size - (sum + sum_holes));
putchar('\n');
}
void class__print(const struct class *self)
@ -1161,7 +1160,6 @@ void class__print(const struct class *self)
self->name ?: "");
break;
}
putchar('\n');
}
int cu__for_each_class(struct cu *self,