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:
klu2
2008-04-14 03:12:57 +00:00
parent e1a09a0eaa
commit bcd7041487
61 changed files with 3405 additions and 4718 deletions

View File

@ -1,4 +1,3 @@
/** @file
Serial I/O status code reporting worker.
@ -220,3 +219,4 @@ SerialStatusCodeReportWorker (
return EFI_SUCCESS;
}

View File

@ -149,3 +149,4 @@ MemoryStatusCodeReportWorker (
return EFI_SUCCESS;
}

View File

@ -1,4 +1,3 @@
/** @file
Generic PeiStatusCode Module.

View File

@ -1,4 +1,3 @@
/** @file
Heade file of status code PEIM
@ -11,8 +10,6 @@
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
Module Name: PeiStatusCode.h
**/
#ifndef __PEI_STATUS_CODE_H__
@ -155,4 +152,6 @@ ReportDispatcher (
IN CONST EFI_STATUS_CODE_DATA *Data OPTIONAL
);
#endif
#endif //__PEI_STATUS_CODE_H__

View File

@ -1,4 +1,3 @@
/** @file
Serial I/O status code reporting worker.
@ -10,9 +9,6 @@
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
Module Name: SerialStatusCodeWorker.c
**/
#include "PeiStatusCode.h"
@ -168,3 +164,4 @@ SerialStatusCodeReportWorker (
return EFI_SUCCESS;
}