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

Unified Diff: fusl/include/tar.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/tar.h
diff --git a/fusl/include/tar.h b/fusl/include/tar.h
index be589842a8f756e1258e28d7fa726afc4a1f549e..70ea81b49ddd82dacf8ca866860db26433dd94c0 100644
--- a/fusl/include/tar.h
+++ b/fusl/include/tar.h
@@ -1,26 +1,26 @@
-#ifndef _TAR_H
-#define _TAR_H
+#ifndef _TAR_H
+#define _TAR_H
-#define TSUID 04000
-#define TSGID 02000
-#define TSVTX 01000
-#define TUREAD 00400
+#define TSUID 04000
+#define TSGID 02000
+#define TSVTX 01000
+#define TUREAD 00400
#define TUWRITE 00200
-#define TUEXEC 00100
-#define TGREAD 00040
+#define TUEXEC 00100
+#define TGREAD 00040
#define TGWRITE 00020
-#define TGEXEC 00010
-#define TOREAD 00004
+#define TGEXEC 00010
+#define TOREAD 00004
#define TOWRITE 00002
-#define TOEXEC 00001
+#define TOEXEC 00001
-#define REGTYPE '0'
+#define REGTYPE '0'
#define AREGTYPE '\0'
-#define LNKTYPE '1'
-#define SYMTYPE '2'
-#define CHRTYPE '3'
-#define BLKTYPE '4'
-#define DIRTYPE '5'
+#define LNKTYPE '1'
+#define SYMTYPE '2'
+#define CHRTYPE '3'
+#define BLKTYPE '4'
+#define DIRTYPE '5'
#define FIFOTYPE '6'
#define CONTTYPE '7'

Powered by Google App Engine
This is Rietveld 408576698