Fix indentation

svn path=/trunk/; revision=22225
This commit is contained in:
Eric Kohl 2006-06-04 21:34:02 +00:00
parent 48badfaf22
commit de5ef123ee

View file

@ -108,6 +108,7 @@ NTSTATUS STDCALL
DriverEntry(IN PDRIVER_OBJECT DriverObject, IN PUNICODE_STRING RegPath) DriverEntry(IN PDRIVER_OBJECT DriverObject, IN PUNICODE_STRING RegPath)
{ {
ULONG i; ULONG i;
DPRINT("********* USB Storage *********\n"); DPRINT("********* USB Storage *********\n");
DriverObject->DriverUnload = DriverUnload; DriverObject->DriverUnload = DriverUnload;