summaryrefslogtreecommitdiff
path: root/libc/spec
diff options
context:
space:
mode:
authorRaman Tenneti <rtenneti@google.com>2022-11-11 18:11:06 -0800
committerRaman Tenneti <rtenneti@google.com>2022-11-11 18:11:06 -0800
commit35155ee7d3d5f69657ec77f3bd220db81c64d62f (patch)
tree3f1c760848e278d3b17f3d0f33f815ef07b3a90a /libc/spec
parent78f172e45ad95bb9cac907486af968a9e41d9570 (diff)
downloadllvm-35155ee7d3d5f69657ec77f3bd220db81c64d62f.tar.gz
Removed tabs.
Diffstat (limited to 'libc/spec')
-rw-r--r--libc/spec/posix.td27
1 files changed, 12 insertions, 15 deletions
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>]
>,
]
>;