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:
@@ -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),
|
||||
|
@@ -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
|
||||
//**/
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/** @file
|
||||
|
||||
|
||||
Module to rewrite stdlib references within Oniguruma
|
||||
|
||||
(C) Copyright 2014-2015 Hewlett Packard Enterprise Development LP<BR>
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/** @file
|
||||
|
||||
|
||||
Module to rewrite stdlib references within Oniguruma
|
||||
|
||||
(C) Copyright 2014-2015 Hewlett Packard Enterprise Development LP<BR>
|
||||
|
@@ -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);
|
||||
|
Reference in New Issue
Block a user