clean up the un-suitable ';' location when declaring the functions.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5820 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
vanjeff
2008-09-04 09:37:28 +00:00
parent 1f3a753ee6
commit ed66e1bc0d
134 changed files with 1345 additions and 2690 deletions

View File

@@ -622,8 +622,7 @@ CHAR16
EFIAPI
NibbleToHexChar (
IN UINT8 Nibble
)
;
);
/**
Convert binary buffer to a Unicode String in a specified sequence.
@@ -660,8 +659,7 @@ BufToHexString (
IN OUT UINTN *StringLen,
IN CONST UINT8 *Buffer,
IN UINTN BufferSizeInBytes
)
;
);
/**
@@ -705,8 +703,7 @@ HexStringToBuf (
IN OUT UINTN *BufferSizeInBytes,
IN CONST CHAR16 *String,
OUT UINTN *ConvertedStrLen OPTIONAL
)
;
);
/**
@@ -730,8 +727,7 @@ EFIAPI
IsHexDigit (
OUT UINT8 *Digit,
IN CHAR16 Char
)
;
);
/**
Convert one Null-terminated Unicode string to a Null-terminated