[CMAKE]
[reactos.git] / drivers / filesystems / fastfat_new / fatstruc.h
index 2ca2f54..9ad1f50 100644 (file)
@@ -80,7 +80,7 @@ typedef struct _FAT_PAGE_CONTEXT
         CcUnpinData((xContext)->Bcb);                   \
         (xContext)->Bcb = NULL;                         \
     }                                                   \
-    
+
 #define FatPinEndOfPage(xContext, xType) \
     Add2Ptr((xContext)->Buffer, (xContext)->ValidLength, xType)