From 6d02afd5488877bc38a2aca3fc4f03cfb93b703c Mon Sep 17 00:00:00 2001 From: Arnaldo Carvalho de Melo Date: Mon, 18 Dec 2006 10:20:57 -0200 Subject: [PATCH] [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 --- classes.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/classes.c b/classes.c index 08c96b6..dc10a1a 100644 --- a/classes.c +++ b/classes.c @@ -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,