summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/DebugSupportDxe
diff options
context:
space:
mode:
Diffstat (limited to 'MdeModulePkg/Universal/DebugSupportDxe')
-rw-r--r--MdeModulePkg/Universal/DebugSupportDxe/Ia32/plDebugSupport.h3
-rw-r--r--MdeModulePkg/Universal/DebugSupportDxe/x64/plDebugSupport.h3
2 files changed, 2 insertions, 4 deletions
diff --git a/MdeModulePkg/Universal/DebugSupportDxe/Ia32/plDebugSupport.h b/MdeModulePkg/Universal/DebugSupportDxe/Ia32/plDebugSupport.h
index b8cd8eca04..0fa93de100 100644
--- a/MdeModulePkg/Universal/DebugSupportDxe/Ia32/plDebugSupport.h
+++ b/MdeModulePkg/Universal/DebugSupportDxe/Ia32/plDebugSupport.h
@@ -46,8 +46,7 @@ typedef
VOID
(*DEBUG_PROC) (
VOID
- )
-;
+ );
typedef struct {
DESCRIPTOR OrigDesc;
diff --git a/MdeModulePkg/Universal/DebugSupportDxe/x64/plDebugSupport.h b/MdeModulePkg/Universal/DebugSupportDxe/x64/plDebugSupport.h
index f45ceffb55..b643ec44e2 100644
--- a/MdeModulePkg/Universal/DebugSupportDxe/x64/plDebugSupport.h
+++ b/MdeModulePkg/Universal/DebugSupportDxe/x64/plDebugSupport.h
@@ -49,8 +49,7 @@ typedef
VOID
(*DEBUG_PROC) (
VOID
- )
-;
+ );
typedef struct {
DESCRIPTOR OrigDesc;