[USBOHCI_NEW][USBUHCI_NEW] Avoid unnecessary/incorrect status defines.
[reactos.git] / drivers / network / tdi / misc / main.c
index bcbf6ed..d6b7d26 100644 (file)
@@ -2,6 +2,7 @@
  * DESCRIPTION: Entry point for TDI.SYS
  * (c) Captain Obvious
  */
+
 #include "precomp.h"
 
 extern LONG CteTimeIncrement;
@@ -17,6 +18,4 @@ DriverEntry(IN PDRIVER_OBJECT DriverObject,
     return STATUS_SUCCESS;
 }
 
-
-
 /* EOF */