Coding style modification.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5058 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -42,7 +42,7 @@ PciVgaMiniPortDriverEntryPoint (
|
||||
IN EFI_HANDLE ImageHandle,
|
||||
IN EFI_SYSTEM_TABLE *SystemTable
|
||||
)
|
||||
/*++
|
||||
/**
|
||||
|
||||
Routine Description:
|
||||
Driver Entry Point.
|
||||
@ -52,7 +52,7 @@ PciVgaMiniPortDriverEntryPoint (
|
||||
|
||||
Returns:
|
||||
EFI_STATUS
|
||||
--*/
|
||||
**/
|
||||
{
|
||||
return EfiLibInstallDriverBindingComponentName2 (
|
||||
ImageHandle,
|
||||
|
Reference in New Issue
Block a user