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

Unified Diff: fusl/arch/x32/bits/statfs.h

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/arch/x32/bits/statfs.h
diff --git a/fusl/arch/x32/bits/statfs.h b/fusl/arch/x32/bits/statfs.h
index 79aec35d6118bf2c64f6966d3f2448f71b79863b..855da30b097f498fc41bb2ec19e7404af98f283e 100644
--- a/fusl/arch/x32/bits/statfs.h
+++ b/fusl/arch/x32/bits/statfs.h
@@ -1,9 +1,9 @@
struct statfs {
- unsigned long f_type, __pad0, f_bsize, __pad1;
- fsblkcnt_t f_blocks, f_bfree, f_bavail;
- fsfilcnt_t f_files, f_ffree;
- fsid_t f_fsid;
- unsigned long f_namelen, __pad2, f_frsize, __pad3;
- unsigned long f_flags, __pad4;
- unsigned long long f_spare[4];
+ unsigned long f_type, __pad0, f_bsize, __pad1;
+ fsblkcnt_t f_blocks, f_bfree, f_bavail;
+ fsfilcnt_t f_files, f_ffree;
+ fsid_t f_fsid;
+ unsigned long f_namelen, __pad2, f_frsize, __pad3;
+ unsigned long f_flags, __pad4;
+ unsigned long long f_spare[4];
};

Powered by Google App Engine
This is Rietveld 408576698