mirror of
https://github.com/momo5502/hypervisor.git
synced 2025-07-05 18:51:53 +00:00
Fix formatting
This commit is contained in:
@ -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_);
|
||||
}
|
||||
|
Reference in New Issue
Block a user