Skip to content

Commit 8d0a102

Browse files
authored
Update libcxx/include/__locale_dir/support/newlib.h
1 parent 2bc8ee2 commit 8d0a102

File tree

1 file changed

+2
-2
lines changed
  • libcxx/include/__locale_dir/support

1 file changed

+2
-2
lines changed

libcxx/include/__locale_dir/support/newlib.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ inline _LIBCPP_HIDE_FROM_ABI size_t __wcsxfrm(wchar_t* __dest, const wchar_t* __
147147
}
148148
# endif // _LIBCPP_HAS_WIDE_CHARACTERS
149149

150-
inline _LIBCPP_HIDE_FROM_ABI size_t
151-
__strftime(char* __s, size_t __max, const char* __format, const struct tm* __tm, __locale_t __loc) {
150+
inline _LIBCPP_HIDE_FROM_ABI
151+
size_t __strftime(char* __s, size_t __max, const char* __format, const struct tm* __tm, __locale_t __loc) {
152152
return strftime_l(__s, __max, __format, __tm, __loc);
153153
}
154154

0 commit comments

Comments
 (0)