From 35155ee7d3d5f69657ec77f3bd220db81c64d62f Mon Sep 17 00:00:00 2001 From: Raman Tenneti Date: Fri, 11 Nov 2022 18:11:06 -0800 Subject: [PATCH] Removed tabs. --- libc/config/linux/api.td | 2 +- libc/spec/posix.td | 27 ++++++++++++--------------- 2 files changed, 13 insertions(+), 16 deletions(-) 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, - [ - ArgSpec, - ArgSpec, - ] + [ArgSpec, ArgSpec] >, ] >;