]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Guid/FileInfo.h
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Include / Guid / FileInfo.h
index 1fceee7fcc5588fb8acb290b7e8edfda245a66ee..2b7edf36aabcd664551142a0d8caa9b6f56f5797 100644 (file)
@@ -20,35 +20,35 @@ typedef struct {
   ///\r
   /// The size of the EFI_FILE_INFO structure, including the Null-terminated FileName string.\r
   ///\r
-  UINT64    Size;\r
+  UINT64      Size;\r
   ///\r
   /// The size of the file in bytes.\r
   ///\r
-  UINT64    FileSize;\r
+  UINT64      FileSize;\r
   ///\r
   /// PhysicalSize The amount of physical space the file consumes on the file system volume.\r
   ///\r
-  UINT64    PhysicalSize;\r
+  UINT64      PhysicalSize;\r
   ///\r
   /// The time the file was created.\r
   ///\r
-  EFI_TIME  CreateTime;\r
+  EFI_TIME    CreateTime;\r
   ///\r
   /// The time when the file was last accessed.\r
   ///\r
-  EFI_TIME  LastAccessTime;\r
+  EFI_TIME    LastAccessTime;\r
   ///\r
   /// The time when the file's contents were last modified.\r
   ///\r
-  EFI_TIME  ModificationTime;\r
+  EFI_TIME    ModificationTime;\r
   ///\r
   /// The attribute bits for the file.\r
   ///\r
-  UINT64    Attribute;\r
+  UINT64      Attribute;\r
   ///\r
   /// The Null-terminated name of the file.\r
   ///\r
-  CHAR16    FileName[1];\r
+  CHAR16      FileName[1];\r
 } EFI_FILE_INFO;\r
 \r
 ///\r
@@ -58,8 +58,8 @@ typedef struct {
 /// computes this size correctly no matter how big the FileName array is declared.\r
 /// This is required to make the EFI_FILE_INFO data structure ANSI compilant.\r
 ///\r
-#define SIZE_OF_EFI_FILE_INFO OFFSET_OF (EFI_FILE_INFO, FileName)\r
+#define SIZE_OF_EFI_FILE_INFO  OFFSET_OF (EFI_FILE_INFO, FileName)\r
 \r
-extern EFI_GUID gEfiFileInfoGuid;\r
+extern EFI_GUID  gEfiFileInfoGuid;\r
 \r
 #endif\r