Skip to content

Commit 295c292

Browse files
committed
format
Created using spr 1.3.4
1 parent f9fba09 commit 295c292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/src/iostream.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ union stream_data {
4040

4141
#ifdef _LIBCPP_ABI_MICROSOFT
4242
# define STREAM(StreamT, BufferT, CharT, var) \
43-
constinit stream_data<StreamT<CharT>, BufferT<CharT>> var __asm__( \
43+
constinit stream_data<StreamT<CharT>, BufferT<CharT>> var __asm__( \
4444
"?" #var "@" ABI_NAMESPACE_STR "@std@@3V?$" #StreamT \
4545
"@" CHAR_MANGLING(CharT) "U?$char_traits@" CHAR_MANGLING(CharT) "@" ABI_NAMESPACE_STR "@std@@@12@A")
4646
#else

0 commit comments

Comments
 (0)