mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-22 23:55:12 +00:00
Kernel: Run clang-format on everything.
This commit is contained in:
@@ -1,15 +1,13 @@
|
||||
#include <Kernel/ProcessTracer.h>
|
||||
#include <AK/kstdio.h>
|
||||
#include <Kernel/ProcessTracer.h>
|
||||
|
||||
ProcessTracer::ProcessTracer(pid_t pid)
|
||||
: m_pid(pid)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
ProcessTracer::~ProcessTracer()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void ProcessTracer::did_syscall(dword function, dword arg1, dword arg2, dword arg3, dword result)
|
||||
|
||||
Reference in New Issue
Block a user