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

Unified Diff: fusl/src/linux/iopl.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/iopl.c
diff --git a/fusl/src/linux/iopl.c b/fusl/src/linux/iopl.c
index 835d3d4ed56a5ec8a5b5db0dabbddd21f600e7d0..fd794ea78ec1571b29c5ceadaf4b9d4d151c0878 100644
--- a/fusl/src/linux/iopl.c
+++ b/fusl/src/linux/iopl.c
@@ -3,8 +3,7 @@
#ifdef SYS_iopl
#include <sys/io.h>
-int iopl(int level)
-{
- return syscall(SYS_iopl, level);
+int iopl(int level) {
+ return syscall(SYS_iopl, level);
}
#endif

Powered by Google App Engine
This is Rietveld 408576698