mirror of
https://github.com/RGBCube/serenity
synced 2025-07-24 17:07:35 +00:00
Kernel: Run clang-format on Process.cpp & ACPIDynamicParser.h
This commit is contained in:
parent
1b8cd6db7b
commit
85eb1d26d5
2 changed files with 20 additions and 22 deletions
|
@ -59,6 +59,5 @@ private:
|
||||||
|
|
||||||
OwnPtr<Region> m_acpi_namespace;
|
OwnPtr<Region> m_acpi_namespace;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -829,7 +829,6 @@ int Process::do_exec(NonnullRefPtr<FileDescription> main_program_description, Ve
|
||||||
dbg() << "Process " << pid() << " exec: PD=" << m_page_directory.ptr() << " created";
|
dbg() << "Process " << pid() << " exec: PD=" << m_page_directory.ptr() << " created";
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
InodeMetadata loader_metadata;
|
InodeMetadata loader_metadata;
|
||||||
|
|
||||||
// FIXME: Hoooo boy this is a hack if I ever saw one.
|
// FIXME: Hoooo boy this is a hack if I ever saw one.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue