From 7c7fa369186536adaf9ff35ec356525b5c5a8379 Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Sat, 15 Jun 2013 22:19:52 +0200 Subject: sbtools,mkximboot: fix whitespace Change-Id: I8d8adb783707172d1aaef302366c240310350ed8 --- utils/imxtools/sbtools/sb.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utils/imxtools/sbtools/sb.h') diff --git a/utils/imxtools/sbtools/sb.h b/utils/imxtools/sbtools/sb.h index 74d86f303a..4873195a61 100644 --- a/utils/imxtools/sbtools/sb.h +++ b/utils/imxtools/sbtools/sb.h @@ -180,7 +180,7 @@ struct sb_section_t bool is_data; bool is_cleartext; uint32_t alignment; - // data sections are handled as one or more SB_INST_DATA virtual instruction + // data sections are handled as one or more SB_INST_DATA virtual instruction int nr_insts; struct sb_inst_t *insts; /* for production use */ @@ -196,7 +196,7 @@ struct sb_file_t /* override crypto IV, use with caution ! Use NULL to generate it */ bool override_crypto_iv; uint8_t crypto_iv[16]; - + int nr_sections; uint16_t drive_tag; uint32_t first_boot_sec_id; -- cgit v1.2.3