Skip to content

Commit cc68367

Browse files
[libc][obvious] fix wchar yaml formatting (#142506)
The yaml ended up with a typo, possibly due to merge issues. This patch fixes it.
1 parent c874185 commit cc68367

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

libc/include/wchar.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ functions:
3939
standards:
4040
- stdc
4141
return_type: const wchar_t *
42-
arguments:
42+
arguments:
4343
- type: const wchar_t *
4444
- type: wchar_t
4545
- name: wcsncmp
46-
standards:
46+
standards:
4747
- stdc
4848
return_type: int
4949
arguments:
@@ -75,52 +75,52 @@ functions:
7575
standards:
7676
- stdc
7777
return_type: size_t
78-
arguments:
78+
arguments:
7979
- type: const wchar_t *
8080
- type: const wchar_t *
8181
- name: wmemcmp
8282
standards:
8383
- stdc
8484
return_type: int
85-
arguments:
85+
arguments:
8686
- type: const wchar_t *
8787
- type: const wchar_t *
8888
- type: size_t
8989
- name: wmempcpy
9090
standards:
9191
- gnu
92-
return_type: wchar_t *
93-
arguments:
92+
return_type: wchar_t *
93+
arguments:
9494
- type: wchar_t *
9595
- type: const wchar_t *
9696
- type: size_t
9797
- name: wmemcpy
9898
standards:
9999
- stdc
100100
return_type: wchar_t *
101-
arguments:
101+
arguments:
102102
- type: __restrict wchar_t *
103103
- type: const __restrict wchar_t *
104104
- type: size_t
105105
- name: wcsstr
106106
standards:
107107
- stdc
108108
return_type: const wchar_t *
109-
arguments:
109+
arguments:
110110
- type: const wchar_t *
111111
- type: const wchar_t *
112112
- name: wcsncat
113113
standards:
114114
- stdc
115115
return_type: wchar_t *
116-
arguments:
116+
arguments:
117117
- type: __restrict wchar_t *
118118
- type: const __restrict wchar_t *
119119
- type: size_t
120120
- name: wcscpy
121121
standards:
122122
- stdc
123123
return_type: wchar_t *
124-
arguments:
124+
arguments:
125125
- type: __restrict wchar_t *
126126
- type: const __restrict wchar_t *

0 commit comments

Comments
 (0)