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

Unified Diff: fusl/include/cpio.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/include/cpio.h
diff --git a/fusl/include/cpio.h b/fusl/include/cpio.h
index 39a1f8bba53357ad5d4aee5d78c803f6799ba226..7d7238799b0a5d300a2d2fb271b72ec2e126db34 100644
--- a/fusl/include/cpio.h
+++ b/fusl/include/cpio.h
@@ -3,27 +3,27 @@
#define MAGIC "070707"
-#define C_IRUSR 000400
-#define C_IWUSR 000200
-#define C_IXUSR 000100
-#define C_IRGRP 000040
-#define C_IWGRP 000020
-#define C_IXGRP 000010
-#define C_IROTH 000004
-#define C_IWOTH 000002
-#define C_IXOTH 000001
+#define C_IRUSR 000400
+#define C_IWUSR 000200
+#define C_IXUSR 000100
+#define C_IRGRP 000040
+#define C_IWGRP 000020
+#define C_IXGRP 000010
+#define C_IROTH 000004
+#define C_IWOTH 000002
+#define C_IXOTH 000001
-#define C_ISUID 004000
-#define C_ISGID 002000
-#define C_ISVTX 001000
+#define C_ISUID 004000
+#define C_ISGID 002000
+#define C_ISVTX 001000
-#define C_ISBLK 060000
-#define C_ISCHR 020000
-#define C_ISDIR 040000
+#define C_ISBLK 060000
+#define C_ISCHR 020000
+#define C_ISDIR 040000
#define C_ISFIFO 010000
#define C_ISSOCK 0140000
-#define C_ISLNK 0120000
-#define C_ISCTG 0110000
-#define C_ISREG 0100000
+#define C_ISLNK 0120000
+#define C_ISCTG 0110000
+#define C_ISREG 0100000
#endif

Powered by Google App Engine
This is Rietveld 408576698