]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/Runtime.h
Detab
[mirror_edk2.git] / MdePkg / Include / Protocol / Runtime.h
index 68d2b3c8e8dc2e67f33993585e073b2d4f92cc15..2dfd320a04e33f8d2b51c1df5d8d6897589fbb21 100644 (file)
@@ -43,23 +43,23 @@ typedef struct _EFI_RUNTIME_IMAGE_ENTRY  EFI_RUNTIME_IMAGE_ENTRY;
 /// EFI_RUNTIME_IMAGE_ENTRY\r
 ///\r
 struct _EFI_RUNTIME_IMAGE_ENTRY {\r
-       ///\r
-       /// Start of image that has been loaded in memory. It is a pointer \r
-       /// to either the DOS header or PE header of the image.\r
-       ///\r
+  ///\r
+  /// Start of image that has been loaded in memory. It is a pointer \r
+  /// to either the DOS header or PE header of the image.\r
+  ///\r
   VOID                    *ImageBase;\r
-       ///\r
-       /// Size in bytes of the image represented by ImageBase.\r
-       ///\r
+  ///\r
+  /// Size in bytes of the image represented by ImageBase.\r
+  ///\r
   UINT64                  ImageSize;\r
-       ///\r
-       /// Information about the fix-ups that were performed on ImageBase when it was\r
-       /// loaded into memory.\r
-       ///\r
+  ///\r
+  /// Information about the fix-ups that were performed on ImageBase when it was\r
+  /// loaded into memory.\r
+  ///\r
   VOID                    *RelocationData;\r
-       ///\r
-       /// The ImageHandle passed into ImageBase when it was loaded.\r
-       ///\r
+  ///\r
+  /// The ImageHandle passed into ImageBase when it was loaded.\r
+  ///\r
   EFI_HANDLE              Handle;\r
   ///\r
   /// Entry for this node in the EFI_RUNTIME_ARCHITECTURE_PROTOCOL.ImageHead list.\r