diff options
author | Leif Lindholm <leif.lindholm@linaro.org> | 2019-09-19 13:04:53 +0100 |
---|---|---|
committer | Leif Lindholm <leif.lindholm@linaro.org> | 2019-10-04 11:18:32 +0100 |
commit | ba39402f34aac0085fbbaa94bb7c365a2a078220 (patch) | |
tree | 3f0e4875f0a93743dc2ae497f29aba4f4d7a2874 /MdeModulePkg/Application/UiApp | |
parent | 89c2e2b1d3cdf32a40d61fb15494a3d8f8dabc50 (diff) | |
download | edk2-ba39402f34aac0085fbbaa94bb7c365a2a078220.tar.gz |
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>
Diffstat (limited to 'MdeModulePkg/Application/UiApp')
-rw-r--r-- | MdeModulePkg/Application/UiApp/FrontPageVfr.Vfr | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/MdeModulePkg/Application/UiApp/FrontPageVfr.Vfr b/MdeModulePkg/Application/UiApp/FrontPageVfr.Vfr index 26c71a644a..aabf47fdf6 100644 --- a/MdeModulePkg/Application/UiApp/FrontPageVfr.Vfr +++ b/MdeModulePkg/Application/UiApp/FrontPageVfr.Vfr @@ -1,10 +1,10 @@ ///** @file
-//
+//
// Front page formset.
-//
+//
// Copyright (c) 2007 - 2015, Intel Corporation. All rights reserved.<BR>
// SPDX-License-Identifier: BSD-2-Clause-Patent
-//
+//
//**/
#define FORMSET_GUID { 0x9e0c30bc, 0x3f06, 0x4ba6, 0x82, 0x88, 0x9, 0x17, 0x9b, 0x85, 0x5d, 0xbe }
@@ -70,7 +70,7 @@ formset label LABEL_FRANTPAGE_INFORMATION;
//
- // This is where we will dynamically add a Action type op-code to show
+ // This is where we will dynamically add a Action type op-code to show
// the platform information.
//
label LABEL_END;
|