summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Pi/PiBootMode.h
diff options
context:
space:
mode:
authorLee Leahy <leroy.p.leahy@intel.com>2014-10-22 03:03:18 +0000
committerlgao4 <lgao4@Edk2>2014-10-22 03:03:18 +0000
commitfbb393ab7a9c33ca4ae81fb3f91a7d2a5671bd62 (patch)
tree3c0afd0f7e9eef9d013a5c375e232fd777027152 /MdePkg/Include/Pi/PiBootMode.h
parentca2be854872373f18fc1cdf5277973fcd9179e7a (diff)
downloadedk2-platforms-fbb393ab7a9c33ca4ae81fb3f91a7d2a5671bd62.tar.xz
[MdePkg] Code clean-up: Remove trailing spaces
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Lee Leahy <leroy.p.leahy@intel.com> Reviewed-by: Erik Bjorge <erik.c.bjorge@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16223 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Pi/PiBootMode.h')
-rw-r--r--MdePkg/Include/Pi/PiBootMode.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/MdePkg/Include/Pi/PiBootMode.h b/MdePkg/Include/Pi/PiBootMode.h
index 53986861b9..b5ef2eb4c5 100644
--- a/MdePkg/Include/Pi/PiBootMode.h
+++ b/MdePkg/Include/Pi/PiBootMode.h
@@ -2,13 +2,13 @@
Present the boot mode values in PI.
Copyright (c) 2006 - 2012, 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
- http://opensource.org/licenses/bsd-license.php
+ 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
+ http://opensource.org/licenses/bsd-license.php
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+ THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
@par Revision Reference:
PI Version 1.2.1A
@@ -20,12 +20,12 @@
///
/// EFI boot mode
-///
+///
typedef UINT32 EFI_BOOT_MODE;
//
// 0x21 - 0xf..f are reserved.
-//
+//
#define BOOT_WITH_FULL_CONFIGURATION 0x00
#define BOOT_WITH_MINIMAL_CONFIGURATION 0x01
#define BOOT_ASSUMING_NO_CONFIGURATION_CHANGES 0x02