diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-05-21 01:40:12 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-05-21 01:40:12 +0000 |
commit | 23c98c9417908188207408afa3f6901b8aca826a (patch) | |
tree | b96e9e1f0810ea899a4fd23d57a78ab11a404d24 /MdeModulePkg/Core/Dxe/Image/Image.c | |
parent | 3b1d9fd5790d50982c6366669da74bf4dcf60b19 (diff) | |
download | edk2-platforms-23c98c9417908188207408afa3f6901b8aca826a.tar.xz |
Update to fix minor coding style issues.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5256 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Core/Dxe/Image/Image.c')
-rw-r--r-- | MdeModulePkg/Core/Dxe/Image/Image.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/MdeModulePkg/Core/Dxe/Image/Image.c b/MdeModulePkg/Core/Dxe/Image/Image.c index 0770399cd9..64e5e34fc4 100644 --- a/MdeModulePkg/Core/Dxe/Image/Image.c +++ b/MdeModulePkg/Core/Dxe/Image/Image.c @@ -1,8 +1,7 @@ -/** @file
-
+/** @file
Core image handling services to load and unload PeImage.
-Copyright (c) 2006 - 2008, Intel Corporation
+Copyright (c) 2006 - 2008, Intel Corporation. <BR>
All rights reserved. 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
@@ -603,7 +602,6 @@ CoreLoadedImageInfo ( resources.
**/
-STATIC
EFI_STATUS
CoreLoadImageCommon (
IN BOOLEAN BootPolicy,
|