mirror of https://github.com/acidanthera/audk.git
Coding style fix.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6233 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
1fd83dd2da
commit
2278f5f3ac
|
@ -44,7 +44,7 @@ EFIAPI
|
|||
_ModuleEntryPoint(
|
||||
IN CONST EFI_SEC_PEI_HAND_OFF *SecCoreData,
|
||||
IN CONST EFI_PEI_PPI_DESCRIPTOR *PpiList
|
||||
);
|
||||
);
|
||||
|
||||
/**
|
||||
Wrapper of enrty point to PEI core.
|
||||
|
|
Loading…
Reference in New Issue