From 5f3fdf9832a376a53878592e9d3d24f07427cc55 Mon Sep 17 00:00:00 2001 From: qhuang8 Date: Wed, 4 Jun 2008 04:33:35 +0000 Subject: [PATCH] Minor update to follow coding style. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5321 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Library/PeiPiLib/PeiPiLib.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 2.39.2