summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2012-11-29 17:53:51 -0700
committerStephen Warren <swarren@nvidia.com>2012-11-30 13:06:41 -0800
commitb258a01dfb906329ccc2948d4cf7b2a8af219c37 (patch)
tree93ed161540cc19d500e0910e69a9e5f4f5e18bc4
parent4b0e5d025063a1b6af29c0ef587345e972a3ef35 (diff)
downloadnvidia-cbootimage-b258a01dfb906329ccc2948d4cf7b2a8af219c37.tar.gz
Indent bct_dump.c's tables with spaces not TABS
Signed-off-by: Stephen Warren <swarren@nvidia.com> Change-Id: I197d36c023eb7aef671b60cde59beed97c4e6683 Reviewed-on: http://git-master/r/167548 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Rhyland Klein <rklein@nvidia.com> Reviewed-by: Eric Brower <ebrower@nvidia.com> Reviewed-by: Allen Martin <amartin@nvidia.com>
-rw-r--r--bct_dump.c10
1 files 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" },