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

Unified Diff: fusl/src/linux/ioperm.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/ioperm.c
diff --git a/fusl/src/linux/ioperm.c b/fusl/src/linux/ioperm.c
index 08c6d8b86ca1b6f06ba54854a6898d7ea4a1ebc5..32a6d43bf089f9a08b3021cf8ecd212722f58abb 100644
--- a/fusl/src/linux/ioperm.c
+++ b/fusl/src/linux/ioperm.c
@@ -3,8 +3,7 @@
#ifdef SYS_ioperm
#include <sys/io.h>
-int ioperm(unsigned long from, unsigned long num, int turn_on)
-{
- return syscall(SYS_ioperm, from, num, turn_on);
+int ioperm(unsigned long from, unsigned long num, int turn_on) {
+ return syscall(SYS_ioperm, from, num, turn_on);
}
#endif

Powered by Google App Engine
This is Rietveld 408576698