mirror of
https://github.com/momo5502/hypervisor.git
synced 2025-07-05 18:51:53 +00:00
Fix formatting
This commit is contained in:
@ -47,7 +47,7 @@ namespace process
|
||||
|
||||
bool process_handle::is_alive() const
|
||||
{
|
||||
if(!this->handle_)
|
||||
if (!this->handle_)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
@ -60,7 +60,7 @@ namespace process
|
||||
|
||||
uint32_t process_handle::get_id() const
|
||||
{
|
||||
if(!this->handle_)
|
||||
if (!this->handle_)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user