From a5c1c592c49d85a675672765cd0901c0b1adaa75 Mon Sep 17 00:00:00 2001
From: mdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>
Date: Sun, 7 Dec 2008 22:53:34 +0000
Subject: Update PE_COFF_LOADER_READ_FILE declaration to following coding
 standard.  There should be no spaces between ')' and '(' for function
 typedefs.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6900 6f19259b-4bc3-4df7-8a09-765794883524
---
 MdePkg/Include/Library/PeCoffLib.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MdePkg/Include/Library/PeCoffLib.h b/MdePkg/Include/Library/PeCoffLib.h
index 56c338ca84..4f319e4f3e 100644
--- a/MdePkg/Include/Library/PeCoffLib.h
+++ b/MdePkg/Include/Library/PeCoffLib.h
@@ -66,7 +66,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 **/
 typedef
 RETURN_STATUS
-(EFIAPI *PE_COFF_LOADER_READ_FILE) (
+(EFIAPI *PE_COFF_LOADER_READ_FILE)(
   IN     VOID   *FileHandle,
   IN     UINTN  FileOffset,
   IN OUT UINTN  *ReadSize,
-- 
cgit v1.2.3