From b258a01dfb906329ccc2948d4cf7b2a8af219c37 Mon Sep 17 00:00:00 2001 From: Stephen Warren Date: Thu, 29 Nov 2012 17:53:51 -0700 Subject: Indent bct_dump.c's tables with spaces not TABS Signed-off-by: Stephen Warren Change-Id: I197d36c023eb7aef671b60cde59beed97c4e6683 Reviewed-on: http://git-master/r/167548 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Rhyland Klein Reviewed-by: Eric Brower Reviewed-by: Allen Martin --- bct_dump.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bct_dump.c b/bct_dump.c index d864685..d7be402 100644 --- a/bct_dump.c +++ b/bct_dump.c @@ -33,12 +33,12 @@ typedef struct { char const * message; } value_data; -static value_data const values[] = { +static value_data const values[] = { { token_boot_data_version, "Version = 0x%08x;\n" }, - { token_block_size_log2, "BlockSize = 0x%08x;\n" }, + { token_block_size_log2, "BlockSize = 0x%08x;\n" }, { token_page_size_log2, "PageSize = 0x%08x;\n" }, - { token_partition_size, "PartitionSize = 0x%08x;\n" }, - { token_bootloader_used, "# Bootloader used = %d;\n" }, + { token_partition_size, "PartitionSize = 0x%08x;\n" }, + { token_bootloader_used, "# Bootloader used = %d;\n" }, { token_bootloaders_max, "# Bootloaders max = %d;\n" }, { token_bct_size, "# BCT size = %d;\n" }, { token_hash_size, "# Hash size = %d;\n" }, @@ -47,7 +47,7 @@ static value_data const values[] = { { token_max_bct_search_blks, "# Max BCT search blocks = %d;\n" }, }; -static value_data const bl_values[] = { +static value_data const bl_values[] = { { token_bl_version, "Version = 0x%08x;\n" }, { token_bl_start_blk, "Start block = %d;\n" }, { token_bl_start_page, "Start page = %d;\n" }, -- cgit v1.2.1