Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1426)

Unified Diff: fusl/src/process/waitpid.c

Issue 1714623002: [fusl] clang-format fusl (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: headers too Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: fusl/src/process/waitpid.c
diff --git a/fusl/src/process/waitpid.c b/fusl/src/process/waitpid.c
index f75e31ef24674df14252163f858aac6e6ddf8ed2..6231bf2900f9ce980a0bf64c0f648b0701b0e65b 100644
--- a/fusl/src/process/waitpid.c
+++ b/fusl/src/process/waitpid.c
@@ -2,7 +2,6 @@
#include "syscall.h"
#include "libc.h"
-pid_t waitpid(pid_t pid, int *status, int options)
-{
- return syscall_cp(SYS_wait4, pid, status, options, 0);
+pid_t waitpid(pid_t pid, int* status, int options) {
+ return syscall_cp(SYS_wait4, pid, status, options, 0);
}

Powered by Google App Engine
This is Rietveld 408576698