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

Unified Diff: fusl/src/exit/_Exit.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/exit/_Exit.c
diff --git a/fusl/src/exit/_Exit.c b/fusl/src/exit/_Exit.c
index 7a6115c7bbc71265929b20c8817d8476ee184b39..e3ca5a05cdd4e4b006120db6d6d0a94e199b15ff 100644
--- a/fusl/src/exit/_Exit.c
+++ b/fusl/src/exit/_Exit.c
@@ -1,8 +1,8 @@
#include <stdlib.h>
#include "syscall.h"
-_Noreturn void _Exit(int ec)
-{
- __syscall(SYS_exit_group, ec);
- for (;;) __syscall(SYS_exit, ec);
+_Noreturn void _Exit(int ec) {
+ __syscall(SYS_exit_group, ec);
+ for (;;)
+ __syscall(SYS_exit, ec);
}

Powered by Google App Engine
This is Rietveld 408576698