MdeModulePkg: strip trailing whitespace

Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Hao A Wu <hao.a.wu@intel.com>
Cc: Dandan Bi <dandan.bi@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Eric Dong <eric.dong@intel.com>
Cc: Zhichao Gao <zhichao.gao@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
Reviewed-by: Hao A Wu <hao.a.wu@intel.com>
This commit is contained in:
Leif Lindholm
2019-09-19 13:04:53 +01:00
parent 89c2e2b1d3
commit ba39402f34
15 changed files with 170 additions and 170 deletions

View File

@@ -1,8 +1,8 @@
///** @file
//
//
// VFR to produce the formset used by BDS. This form only lists
// the Configure Required driver health instances.
//
//
// Copyright (c) 2013 - 2015, Intel Corporation. All rights reserved.<BR>
// SPDX-License-Identifier: BSD-2-Clause-Patent
@@ -20,7 +20,7 @@ formset
label LABEL_BEGIN;
label LABEL_END;
suppressif TRUE;
text
help = STRING_TOKEN(STR_NULL),

View File

@@ -1,7 +1,7 @@
///** @file
//
//
// VFR to produce the formset used by UI.
//
//
// Copyright (c) 2013 - 2015, Intel Corporation. All rights reserved.<BR>
// SPDX-License-Identifier: BSD-2-Clause-Patent
//**/

View File

@@ -1,5 +1,5 @@
/** @file
Module to rewrite stdlib references within Oniguruma
(C) Copyright 2014-2015 Hewlett Packard Enterprise Development LP<BR>

View File

@@ -1,5 +1,5 @@
/** @file
Module to rewrite stdlib references within Oniguruma
(C) Copyright 2014-2015 Hewlett Packard Enterprise Development LP<BR>

View File

@@ -375,7 +375,7 @@ print_compiled_byte_code(FILE* f, regex_t* reg, int index,
case OP_CCLASS_MB_NOT:
{
OnigCodePoint ncode;
OnigCodePoint* codes;
OnigCodePoint* codes;
codes = (OnigCodePoint* )p->cclass_mb.mb;
GET_CODE_POINT(ncode, codes);