[libc-commits] [libc] 35155ee - Removed tabs.

Raman Tenneti via libc-commits libc-commits at lists.llvm.org
Fri Nov 11 18:11:40 PST 2022


Author: Raman Tenneti
Date: 2022-11-11T18:11:06-08:00
New Revision: 35155ee7d3d5f69657ec77f3bd220db81c64d62f

URL: https://github.com/llvm/llvm-project/commit/35155ee7d3d5f69657ec77f3bd220db81c64d62f
DIFF: https://github.com/llvm/llvm-project/commit/35155ee7d3d5f69657ec77f3bd220db81c64d62f.diff

LOG: Removed tabs.

Added: 
    

Modified: 
    libc/config/linux/api.td
    libc/spec/posix.td

Removed: 
    


################################################################################
diff  --git a/libc/config/linux/api.td b/libc/config/linux/api.td
index f4d32a22510c..76cc716d5d04 100644
--- a/libc/config/linux/api.td
+++ b/libc/config/linux/api.td
@@ -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"> {

diff  --git a/libc/spec/posix.td b/libc/spec/posix.td
index eaf4f3a5b4fd..dd1be611bdd9 100644
--- a/libc/spec/posix.td
+++ b/libc/spec/posix.td
@@ -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>]
           >,
       ]
   >;


        


More information about the libc-commits mailing list