[FDC]
[reactos.git] / reactos / drivers / storage / fdc / fdc / fdc.c
index cf07a14..493fac8 100644 (file)
@@ -13,7 +13,6 @@
 #define NDEBUG
 #include <debug.h>
 
-
 /* GLOBALS ********************************************************************/
 
 ULONG ControllerCount = 0;
@@ -166,4 +165,4 @@ DriverEntry(IN PDRIVER_OBJECT DriverObject,
     DriverObject->DriverUnload = FdcDriverUnload;
 
     return STATUS_SUCCESS;
-}
\ No newline at end of file
+}