Skip to content

Commit 165f040

Browse files
committed
Formatting
1 parent 41ba06c commit 165f040

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

libcxx/include/__locale_dir/support/windows.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,8 +285,7 @@ _LIBCPP_DIAGNOSTIC_POP
285285
#undef _LIBCPP_VARIADIC_ATTRIBUTE_FORMAT
286286

287287
struct __locale_guard {
288-
_LIBCPP_HIDE_FROM_ABI __locale_guard(__locale_t __l)
289-
: __status(_configthreadlocale(_ENABLE_PER_THREAD_LOCALE)) {
288+
_LIBCPP_HIDE_FROM_ABI __locale_guard(__locale_t __l) : __status(_configthreadlocale(_ENABLE_PER_THREAD_LOCALE)) {
290289
// Setting the locale can be expensive even when the locale given is
291290
// already the current locale, so do an explicit check to see if the
292291
// current locale is already the one we want.

0 commit comments

Comments
 (0)