[FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing spaces
[reactos.git] / drivers / storage / inc / rbc.h
index 11f0ae6..fc867eb 100644 (file)
@@ -33,7 +33,7 @@ typedef union _CDB_RBC {
     //
     // format unit
     //
-    
+
     struct _FORMAT_RBC {
         UCHAR OperationCode;
         UCHAR VendorSpecific;
@@ -44,7 +44,7 @@ typedef union _CDB_RBC {
         UCHAR Reserved2[2];
         UCHAR Control;
     } FORMAT_RBC, *PFORMAT_RBC;
-    
+
     //
     // prevent/allow medium removal
     //