clean up the un-suitable ';' location when declaring the functions. The regular is ")[ ]++^p;"

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5821 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
vanjeff
2008-09-04 09:44:58 +00:00
parent ed66e1bc0d
commit e00e1d4694
57 changed files with 314 additions and 628 deletions

View File

@ -43,8 +43,7 @@ ReadLine (
IN MEMORY_FILE *InputFile,
IN OUT CHAR8 *InputBuffer,
IN UINT32 MaxLength
)
;
);
/*++
@ -73,8 +72,7 @@ BOOLEAN
FindSection (
IN MEMORY_FILE *InputFile,
IN CHAR8 *Section
)
;
);
/*++
@ -101,8 +99,7 @@ FindToken (
IN CHAR8 *Token,
IN UINTN Instance,
OUT CHAR8 *Value
)
;
);
/*++
@ -131,8 +128,7 @@ EFI_STATUS
StringToGuid (
IN CHAR8 *AsciiGuidBuffer,
OUT EFI_GUID *GuidBuffer
)
;
);
/*++
@ -157,8 +153,7 @@ AsciiStringToUint64 (
IN CONST CHAR8 *AsciiString,
IN BOOLEAN IsHex,
OUT UINT64 *ReturnValue
)
;
);
/*++
@ -185,8 +180,7 @@ CHAR8 *
ReadLineInStream (
IN FILE *InputFile,
IN OUT CHAR8 *InputBuffer
)
;
);
/*++
@ -209,8 +203,7 @@ BOOLEAN
FindSectionInStream (
IN FILE *InputFile,
IN CHAR8 *Section
)
;
);
/*++