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

Unified Diff: fusl/src/linux/sysinfo.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/sysinfo.c
diff --git a/fusl/src/linux/sysinfo.c b/fusl/src/linux/sysinfo.c
index 4b5a798d0683e1410a08b6efcf5e2d6505ea0900..a35f0f52279f10ac1dce6ba927b2978cc98b7b05 100644
--- a/fusl/src/linux/sysinfo.c
+++ b/fusl/src/linux/sysinfo.c
@@ -2,9 +2,8 @@
#include "syscall.h"
#include "libc.h"
-int __lsysinfo(struct sysinfo *info)
-{
- return syscall(SYS_sysinfo, info);
+int __lsysinfo(struct sysinfo* info) {
+ return syscall(SYS_sysinfo, info);
}
weak_alias(__lsysinfo, sysinfo);

Powered by Google App Engine
This is Rietveld 408576698