Removed tabs.

This commit is contained in:
Raman Tenneti
2022-11-11 18:11:06 -08:00
parent 78f172e45a
commit 35155ee7d3
2 changed files with 13 additions and 16 deletions

View 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"> {

View 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>]
>,
]
>;