From e00e1d46940a267d6fbe92be4ed2e547b4e946dc Mon Sep 17 00:00:00 2001 From: vanjeff Date: Thu, 4 Sep 2008 09:44:58 +0000 Subject: 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 --- .../Sample/Tools/Source/ProcessDsc/Exceptions.h | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to 'EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/Exceptions.h') diff --git a/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/Exceptions.h b/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/Exceptions.h index 1425d4387a..625d1e13e4 100644 --- a/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/Exceptions.h +++ b/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/Exceptions.h @@ -31,27 +31,22 @@ Abstract: int InitExceptions ( VOID - ) -; + ); int TryException ( VOID - ) -; + ); char * CatchException ( VOID - ) -; + ); int ExceptionThrown ( VOID - ) -; + ); int ThrowException ( char *EMsg - ) -; + ); #endif // ifndef _EXCEPTIONS_H_ -- cgit v1.2.3