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

Unified Diff: fusl/arch/mips/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/mips/bits/statfs.h
diff --git a/fusl/arch/mips/bits/statfs.h b/fusl/arch/mips/bits/statfs.h
index a73bd547cde743f4b416eca7837a54d875279e0e..639100501e15405382b137b0867b49ec7e305756 100644
--- a/fusl/arch/mips/bits/statfs.h
+++ b/fusl/arch/mips/bits/statfs.h
@@ -1,8 +1,8 @@
struct statfs {
- unsigned long f_type, f_bsize, f_frsize;
- fsblkcnt_t f_blocks, f_bfree;
- fsfilcnt_t f_files, f_ffree;
- fsblkcnt_t f_bavail;
- fsid_t f_fsid;
- unsigned long f_namelen, f_flags, f_spare[5];
+ unsigned long f_type, f_bsize, f_frsize;
+ fsblkcnt_t f_blocks, f_bfree;
+ fsfilcnt_t f_files, f_ffree;
+ fsblkcnt_t f_bavail;
+ fsid_t f_fsid;
+ unsigned long f_namelen, f_flags, f_spare[5];
};

Powered by Google App Engine
This is Rietveld 408576698