summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-26 10:05:24 +0000
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-26 10:05:24 +0000
commit751635bb0b379b7d1b20620f45007177be2ff2db (patch)
tree32e2fcbd2c792293d7133acc7991869d40eaf9ac
parent2278f5f3ace49e14209180d3891acaa61841591b (diff)
downloadedk2-platforms-751635bb0b379b7d1b20620f45007177be2ff2db.tar.xz
Coding style fix.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6234 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r--MdePkg/Include/Library/PeiPiLib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Include/Library/PeiPiLib.h b/MdePkg/Include/Library/PeiPiLib.h
index c0e0a2a204..42f6bce855 100644
--- a/MdePkg/Include/Library/PeiPiLib.h
+++ b/MdePkg/Include/Library/PeiPiLib.h
@@ -45,7 +45,7 @@ PiLibInstallFvInfoPpi (
IN UINT32 FvInfoSize,
IN CONST EFI_GUID *ParentFvName, OPTIONAL
IN CONST EFI_GUID *ParentFileName OPTIONAL
-);
+ );
#endif