summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Include/Ppi/Debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdeModulePkg/Include/Ppi/Debug.h')
-rw-r--r--MdeModulePkg/Include/Ppi/Debug.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/MdeModulePkg/Include/Ppi/Debug.h b/MdeModulePkg/Include/Ppi/Debug.h
index d14caa2bf8..f1332ccaa6 100644
--- a/MdeModulePkg/Include/Ppi/Debug.h
+++ b/MdeModulePkg/Include/Ppi/Debug.h
@@ -65,11 +65,10 @@ VOID
/// This PPI contains a set of services to print message to debug output device
///
struct _EDKII_DEBUG_PPI {
- EDKII_DEBUG_BPRINT DebugBPrint;
- EDKII_DEBUG_ASSERT DebugAssert;
+ EDKII_DEBUG_BPRINT DebugBPrint;
+ EDKII_DEBUG_ASSERT DebugAssert;
};
-extern EFI_GUID gEdkiiDebugPpiGuid;
+extern EFI_GUID gEdkiiDebugPpiGuid;
#endif
-