mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 12:04:51 +00:00
Fix indentation
svn path=/trunk/; revision=22225
This commit is contained in:
parent
48badfaf22
commit
de5ef123ee
1 changed files with 44 additions and 43 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue