1
0
mirror of https://github.com/momo5502/hypervisor.git synced 2025-06-05 19:07:41 +00:00

Formatting

This commit is contained in:
Maurice Heumann 2022-12-23 20:41:13 +01:00
parent d778a3190a
commit d1ad347e84

View File

@ -16,7 +16,7 @@ public:
{ {
this->sleep_notification(type); this->sleep_notification(type);
}) })
, irp_(driver_object, DEV_NAME, DOS_DEV_NAME) , irp_(driver_object, DEV_NAME, DOS_DEV_NAME)
{ {
debug_log("Driver started\n"); debug_log("Driver started\n");
} }