Coding style refinement.

Signed-off-by: erictian
Reviewed-by: ydong10


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12396 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
erictian
2011-09-21 03:35:54 +00:00
parent 5c5afa7265
commit 125887e7e8
2 changed files with 4 additions and 1 deletions

View File

@@ -12,6 +12,9 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
**/
#ifndef _EFI_USBMASS_DISKINFO_H_
#define _EFI_USBMASS_DISKINFO_H_
/**
Initialize the installation of DiskInfo protocol.
@@ -123,3 +126,4 @@ UsbDiskInfoWhichIde (
OUT UINT32 *IdeDevice
);
#endif