summaryrefslogtreecommitdiff
path: root/MdePkg/Library
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-06-04 04:33:35 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-06-04 04:33:35 +0000
commit5f3fdf9832a376a53878592e9d3d24f07427cc55 (patch)
treee4852454e225a0df26187d1eae813ffd2a68096a /MdePkg/Library
parente8a99c08810a1c07b3378240231ff36987ae9a3e (diff)
downloadedk2-platforms-5f3fdf9832a376a53878592e9d3d24f07427cc55.tar.xz
Minor update to follow coding style.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5321 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library')
-rw-r--r--MdePkg/Library/PeiPiLib/PeiPiLib.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/MdePkg/Library/PeiPiLib/PeiPiLib.c b/MdePkg/Library/PeiPiLib/PeiPiLib.c
index 3030b1cd7f..20b599e507 100644
--- a/MdePkg/Library/PeiPiLib/PeiPiLib.c
+++ b/MdePkg/Library/PeiPiLib/PeiPiLib.c
@@ -61,7 +61,8 @@ PiLibInstallFvInfoPpi (
IN UINT32 FvInfoSize,
IN EFI_GUID *ParentFvName, OPTIONAL
IN EFI_GUID *ParentFileName OPTIONAL
- ) {
+ )
+{
EFI_STATUS Status;
EFI_PEI_FIRMWARE_VOLUME_INFO_PPI *FvInfoPpi;