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:
@@ -89,8 +89,7 @@ MyCheck (
|
||||
BOOLEAN Final,
|
||||
UINT8 File[],
|
||||
UINTN Line
|
||||
)
|
||||
;
|
||||
);
|
||||
//
|
||||
// *++
|
||||
// Description:
|
||||
@@ -121,8 +120,7 @@ MyAlloc (
|
||||
UINTN Size,
|
||||
UINT8 File[],
|
||||
UINTN Line
|
||||
)
|
||||
;
|
||||
);
|
||||
//
|
||||
// *++
|
||||
// Description:
|
||||
@@ -153,8 +151,7 @@ MyRealloc (
|
||||
UINTN Size,
|
||||
UINT8 File[],
|
||||
UINTN Line
|
||||
)
|
||||
;
|
||||
);
|
||||
//
|
||||
// *++
|
||||
// Description:
|
||||
@@ -185,8 +182,7 @@ MyFree (
|
||||
VOID *Ptr,
|
||||
UINT8 File[],
|
||||
UINTN Line
|
||||
)
|
||||
;
|
||||
);
|
||||
//
|
||||
// *++
|
||||
// Description:
|
||||
|
Reference in New Issue
Block a user