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-23 22:45:56 +02:00
parent 90e2c262ad
commit 965dd3a5bc
20 changed files with 177 additions and 164 deletions

View File

@ -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;
}