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");
} }