[libc-commits] [libc] 8366be7 - [libc] fix typo and trailing whitespace

Nick Desaulniers via libc-commits libc-commits at lists.llvm.org
Mon Nov 11 10:05:06 PST 2024


Author: Nick Desaulniers
Date: 2024-11-11T10:04:39-08:00
New Revision: 8366be73de39c446961fa56828390ad3438f8bc7

URL: https://github.com/llvm/llvm-project/commit/8366be73de39c446961fa56828390ad3438f8bc7
DIFF: https://github.com/llvm/llvm-project/commit/8366be73de39c446961fa56828390ad3438f8bc7.diff

LOG: [libc] fix typo and trailing whitespace

Fixes #114912

Added: 
    

Modified: 
    libc/spec/stdc_ext.td

Removed: 
    


################################################################################
diff  --git a/libc/spec/stdc_ext.td b/libc/spec/stdc_ext.td
index fc9c9cf85818b5..786bbd2fda38c7 100644
--- a/libc/spec/stdc_ext.td
+++ b/libc/spec/stdc_ext.td
@@ -15,8 +15,8 @@ def UnsignedShortAccumType : NamedType<"unsigned short accum">;
 def UnsignedAccumType : NamedType<"unsigned accum">;
 def UnsignedLongAccumType : NamedType<"unsigned long accum">;
 
-def IntHrT : NamedType <"int_hr_t">; 
-def IntRT : NamedTypes<"int_r_t">;
+def IntHrT : NamedType <"int_hr_t">;
+def IntRT : NamedType<"int_r_t">;
 def IntLrT : NamedType<"int_lr_t">;
 def IntHkT : NamedType<"int_hk_t">;
 def IntKT : NamedType<"int_k_t">;


        


More information about the libc-commits mailing list