mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-16 22:42:18 +00:00
SystemServer: Run clang-format on everything.
This commit is contained in:
parent
8358833bc8
commit
e09c3a1ae8
Notes:
sideshowbarker
2024-07-19 13:41:37 +09:00
Author: https://github.com/awesomekling
Commit: e09c3a1ae8
1 changed files with 7 additions and 7 deletions
|
@ -1,10 +1,10 @@
|
||||||
|
#include <AK/Assertions.h>
|
||||||
|
#include <errno.h>
|
||||||
|
#include <sched.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <string.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <errno.h>
|
|
||||||
#include <string.h>
|
|
||||||
#include <sched.h>
|
|
||||||
#include <AK/Assertions.h>
|
|
||||||
|
|
||||||
void start_process(const char* prog, int prio)
|
void start_process(const char* prog, int prio)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue