MdeModulePkg: Clean up source files
1. Do not use tab characters 2. No trailing white space in one line 3. All files must end with CRLF Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Star Zeng <star.zeng@intel.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
//
|
||||
// Sample Inventory Data
|
||||
//
|
||||
// Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.<BR>
|
||||
// Copyright (c) 2004 - 2018, Intel Corporation. All rights reserved.<BR>
|
||||
// This program and the accompanying materials
|
||||
// are licensed and made available under the terms and conditions of the BSD License
|
||||
// which accompanies this distribution. The full text of the license may be found at
|
||||
@@ -23,82 +23,82 @@ formset
|
||||
form formid = 1,
|
||||
title = STRING_TOKEN(STR_INV_FORM1_TITLE); // note formid is a variable (for readability) (UINT16) - also added Form to the line to signify the Op-Code
|
||||
|
||||
text
|
||||
text
|
||||
help = STRING_TOKEN(STR_INV_VERSION_HELP),
|
||||
text = STRING_TOKEN(STR_INV_VERSION_TEXT),
|
||||
text = STRING_TOKEN(STR_INV_EMPTY_STRING),
|
||||
text = STRING_TOKEN(STR_INV_EMPTY_STRING),
|
||||
flags = 0,
|
||||
key = 0;
|
||||
|
||||
text
|
||||
text
|
||||
help = STRING_TOKEN(STR_INV_EMPTY_STRING),
|
||||
text = STRING_TOKEN(STR_INV_VERSION_TEXT2),
|
||||
text = STRING_TOKEN(STR_INV_EMPTY_STRING),
|
||||
text = STRING_TOKEN(STR_INV_EMPTY_STRING),
|
||||
flags = 0,
|
||||
key = 0;
|
||||
|
||||
text
|
||||
text
|
||||
help = STRING_TOKEN(STR_INV_EMPTY_STRING),
|
||||
text = STRING_TOKEN(STR_INV_VERSION_TEXT3),
|
||||
text = STRING_TOKEN(STR_INV_EMPTY_STRING),
|
||||
text = STRING_TOKEN(STR_INV_EMPTY_STRING),
|
||||
flags = 0,
|
||||
key = 0;
|
||||
|
||||
text
|
||||
text
|
||||
help = STRING_TOKEN(STR_INV_EMPTY_STRING),
|
||||
text = STRING_TOKEN(STR_INV_VERSION_TEXT4),
|
||||
text = STRING_TOKEN(STR_INV_EMPTY_STRING),
|
||||
text = STRING_TOKEN(STR_INV_EMPTY_STRING),
|
||||
flags = 0,
|
||||
key = 0;
|
||||
|
||||
subtitle text = STRING_TOKEN(STR_INV_EMPTY_STRING);
|
||||
|
||||
text
|
||||
text
|
||||
help = STRING_TOKEN(STR_INV_EMPTY_STRING),
|
||||
text = STRING_TOKEN(STR_INV_VERSION_TEXT5),
|
||||
text = STRING_TOKEN(STR_INV_EMPTY_STRING),
|
||||
text = STRING_TOKEN(STR_INV_EMPTY_STRING),
|
||||
flags = 0,
|
||||
key = 0;
|
||||
|
||||
text
|
||||
text
|
||||
help = STRING_TOKEN(STR_INV_EMPTY_STRING),
|
||||
text = STRING_TOKEN(STR_INV_VERSION_TEXT6),
|
||||
text = STRING_TOKEN(STR_INV_EMPTY_STRING),
|
||||
text = STRING_TOKEN(STR_INV_EMPTY_STRING),
|
||||
flags = 0,
|
||||
key = 0;
|
||||
|
||||
text
|
||||
text
|
||||
help = STRING_TOKEN(STR_INV_EMPTY_STRING),
|
||||
text = STRING_TOKEN(STR_INV_VERSION_TEXT7),
|
||||
text = STRING_TOKEN(STR_INV_EMPTY_STRING),
|
||||
text = STRING_TOKEN(STR_INV_EMPTY_STRING),
|
||||
flags = 0,
|
||||
key = 0;
|
||||
|
||||
text
|
||||
text
|
||||
help = STRING_TOKEN(STR_INV_EMPTY_STRING),
|
||||
text = STRING_TOKEN(STR_INV_VERSION_TEXT8),
|
||||
text = STRING_TOKEN(STR_INV_EMPTY_STRING),
|
||||
text = STRING_TOKEN(STR_INV_EMPTY_STRING),
|
||||
flags = 0,
|
||||
key = 0;
|
||||
|
||||
text
|
||||
text
|
||||
help = STRING_TOKEN(STR_INV_EMPTY_STRING),
|
||||
text = STRING_TOKEN(STR_INV_VERSION_TEXT9),
|
||||
text = STRING_TOKEN(STR_INV_EMPTY_STRING),
|
||||
text = STRING_TOKEN(STR_INV_EMPTY_STRING),
|
||||
flags = 0,
|
||||
key = 0;
|
||||
|
||||
text
|
||||
text
|
||||
help = STRING_TOKEN(STR_INV_EMPTY_STRING),
|
||||
text = STRING_TOKEN(STR_INV_VERSION_TEXT10),
|
||||
text = STRING_TOKEN(STR_INV_EMPTY_STRING),
|
||||
text = STRING_TOKEN(STR_INV_EMPTY_STRING),
|
||||
flags = 0,
|
||||
key = 0;
|
||||
|
||||
text
|
||||
text
|
||||
help = STRING_TOKEN(STR_INV_EMPTY_STRING),
|
||||
text = STRING_TOKEN(STR_INV_VERSION_TEXT11),
|
||||
text = STRING_TOKEN(STR_INV_EMPTY_STRING),
|
||||
text = STRING_TOKEN(STR_INV_EMPTY_STRING),
|
||||
flags = 0,
|
||||
key = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user