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

Unified Diff: fusl/src/linux/reboot.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/reboot.c
diff --git a/fusl/src/linux/reboot.c b/fusl/src/linux/reboot.c
index 7f12af79bc1ba13220cfca6f0c48357546019246..197553a7f7d08c3890af85258b7c1906519c9fe1 100644
--- a/fusl/src/linux/reboot.c
+++ b/fusl/src/linux/reboot.c
@@ -1,7 +1,6 @@
#include <sys/reboot.h>
#include "syscall.h"
-int reboot(int type)
-{
- return syscall(SYS_reboot, 0xfee1dead, 672274793, type);
+int reboot(int type) {
+ return syscall(SYS_reboot, 0xfee1dead, 672274793, type);
}

Powered by Google App Engine
This is Rietveld 408576698