Skip to content

Commit 0c9ee29

Browse files
committed
clang-format fix
1 parent 0cebb7a commit 0c9ee29

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

libcxx/include/__locale_dir/support/newlib.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ struct __locale_guard {
4848
//
4949

5050
using __locale_t _LIBCPP_NODEBUG = locale_t;
51-
using __lconv_t _LIBCPP_NODEBUG = lconv;
51+
using __lconv_t _LIBCPP_NODEBUG = lconv;
5252

5353
inline _LIBCPP_HIDE_FROM_ABI __locale_t __newlocale(int __category_mask, const char* __locale, __locale_t __base) {
5454
return ::newlocale(__category_mask, __locale, __base);
@@ -158,8 +158,8 @@ inline _LIBCPP_HIDE_FROM_ABI size_t __wcsxfrm(wchar_t* __dest, const wchar_t* __
158158
}
159159
# endif // _LIBCPP_HAS_WIDE_CHARACTERS
160160

161-
inline _LIBCPP_HIDE_FROM_ABI size_t
162-
__strftime(char* __s, size_t __max, const char* __format, const struct tm* __tm, __locale_t __loc) {
161+
inline _LIBCPP_HIDE_FROM_ABI
162+
size_t __strftime(char* __s, size_t __max, const char* __format, const struct tm* __tm, __locale_t __loc) {
163163
return strftime_l(__s, __max, __format, __tm, __loc);
164164
}
165165

0 commit comments

Comments
 (0)