1
0
mirror of https://github.com/momo5502/hypervisor.git synced 2025-07-05 18:51:53 +00:00

Fix formatting

This commit is contained in:
momo5502
2022-04-25 19:47:22 +02:00
parent 4ec4055e4b
commit c58f6c9742
9 changed files with 74 additions and 64 deletions

View File

@ -48,7 +48,7 @@ namespace process
this->own_ = obj.own_;
this->handle_ = obj.handle_;
if(this->own_ && this->handle_)
if (this->own_ && this->handle_)
{
ObReferenceObject(this->handle_);
}