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

Unified Diff: fusl/src/linux/setns.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/linux/setns.c
diff --git a/fusl/src/linux/setns.c b/fusl/src/linux/setns.c
index 0afec813f126c9d21b41d879ad930bbe48bfc0ea..fa47c68ecbe2fd8d19b956cb9ea7dd280bfe2d5e 100644
--- a/fusl/src/linux/setns.c
+++ b/fusl/src/linux/setns.c
@@ -2,7 +2,6 @@
#include <sched.h>
#include "syscall.h"
-int setns(int fd, int nstype)
-{
- return syscall(SYS_setns, fd, nstype);
+int setns(int fd, int nstype) {
+ return syscall(SYS_setns, fd, nstype);
}

Powered by Google App Engine
This is Rietveld 408576698