aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/test/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/main.c')
-rw-r--r--src/test/main.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/test/main.c b/src/test/main.c
index 545ecf3..bc3e705 100644
--- a/src/test/main.c
+++ b/src/test/main.c
@@ -16,8 +16,9 @@ VOID on_driver_unload(DRIVER_OBJECT *driver_object)
destroy_devices();
}
-NTSTATUS DriverEntry(DRIVER_OBJECT *driver_object,
- UNICODE_STRING *registry_path)
+NTSTATUS DriverEntry(
+ DRIVER_OBJECT *driver_object,
+ UNICODE_STRING *registry_path)
{
DbgPrint("Loading test driver...\n");
driver_object->DriverUnload = on_driver_unload;