From 3549d7ecf588bc8de1cca06e750683bea251614a Mon Sep 17 00:00:00 2001 From: Shao Miller Date: Mon, 28 Jun 2010 01:03:46 -0400 Subject: [PATCH] chain.c32: Run Nindent on com32/modules/chain.c Signed-off-by: Shao Miller --- com32/modules/chain.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/com32/modules/chain.c b/com32/modules/chain.c index 19afa05..ffcf8c2 100644 --- a/com32/modules/chain.c +++ b/com32/modules/chain.c @@ -400,10 +400,7 @@ static void mbr_part_dump(const struct part_entry *part) chs_head(part->end), chs_sector(part->end), chs_sector(part->end), - part->start_lba, - part->start_lba, - part->length, - part->length); + part->start_lba, part->start_lba, part->length, part->length); } /* A DOS MBR */ -- 2.7.4