Removed tabs.
authorRaman Tenneti <rtenneti@google.com>
Sat, 12 Nov 2022 02:11:06 +0000 (18:11 -0800)
committerRaman Tenneti <rtenneti@google.com>
Sat, 12 Nov 2022 02:11:06 +0000 (18:11 -0800)
libc/config/linux/api.td
libc/spec/posix.td

index f4d32a2..76cc716 100644 (file)
@@ -295,7 +295,7 @@ def SysResourceAPI : PublicAPI<"sys/resource.h"> {
 def SysStatAPI : PublicAPI<"sys/stat.h"> {
   let Types = ["mode_t", "dev_t", "ino_t", "nlink_t", "uid_t", "gid_t", "off_t",
                "struct timespec", "struct timeval", "blksize_t", "blkcnt_t",
-              "struct stat"];
+               "struct stat"];
 }
 
 def SysWaitAPI : PublicAPI<"sys/wait.h"> {
index eaf4f3a..dd1be61 100644 (file)
@@ -728,17 +728,17 @@ def POSIX : StandardSpec<"POSIX"> {
     [], // Macros
     [
         ModeTType,
-       DevT,
-       InoT,
-       UidT,
-       GidT,
-       StructTimeSpec,
-       StructTimeVal,
-       BlkSizeT,
-       BlkCntT,
-       OffTType,
-       NLinkT,
-       StatType,
+        DevT,
+        InoT,
+        UidT,
+        GidT,
+        StructTimeSpec,
+        StructTimeVal,
+        BlkSizeT,
+        BlkCntT,
+        OffTType,
+        NLinkT,
+        StatType,
     ], // Types
     [], // Enumerations
     [
@@ -1093,10 +1093,7 @@ def POSIX : StandardSpec<"POSIX"> {
           FunctionSpec<
               "nanosleep",
               RetValSpec<IntType>,
-              [
-                  ArgSpec<StructTimeSpecPtr>,
-                  ArgSpec<StructTimeSpecPtr>,
-             ]
+              [ArgSpec<StructTimeSpecPtr>, ArgSpec<StructTimeSpecPtr>]
           >,
       ]
   >;