]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Guid/FileSystemInfo.h
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Include / Guid / FileSystemInfo.h
index 762cb949f241114f3ea788bba520deb8ce271f37..1ce58c93967e7d226f28edd51687b573e0da9fe6 100644 (file)
@@ -20,27 +20,27 @@ typedef struct {
   ///\r
   /// The size of the EFI_FILE_SYSTEM_INFO structure, including the Null-terminated VolumeLabel string.\r
   ///\r
-  UINT64  Size;\r
+  UINT64     Size;\r
   ///\r
   /// TRUE if the volume only supports read access.\r
   ///\r
-  BOOLEAN ReadOnly;\r
+  BOOLEAN    ReadOnly;\r
   ///\r
   /// The number of bytes managed by the file system.\r
   ///\r
-  UINT64  VolumeSize;\r
+  UINT64     VolumeSize;\r
   ///\r
   /// The number of available bytes for use by the file system.\r
   ///\r
-  UINT64  FreeSpace;\r
+  UINT64     FreeSpace;\r
   ///\r
   /// The nominal block size by which files are typically grown.\r
   ///\r
-  UINT32  BlockSize;\r
+  UINT32     BlockSize;\r
   ///\r
   /// The Null-terminated string that is the volume's label.\r
   ///\r
-  CHAR16  VolumeLabel[1];\r
+  CHAR16     VolumeLabel[1];\r
 } EFI_FILE_SYSTEM_INFO;\r
 \r
 ///\r
@@ -52,6 +52,6 @@ typedef struct {
 ///\r
 #define SIZE_OF_EFI_FILE_SYSTEM_INFO  OFFSET_OF (EFI_FILE_SYSTEM_INFO, VolumeLabel)\r
 \r
-extern EFI_GUID gEfiFileSystemInfoGuid;\r
+extern EFI_GUID  gEfiFileSystemInfoGuid;\r
 \r
 #endif\r