Skip to content

Commit b3a2da7

Browse files
committed
Formatting
1 parent e457d41 commit b3a2da7

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

libcxx/test/std/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_long_double_fr_FR.pass.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
// glibc <langinfo.h> has a THOUSANDS_SEP macro already defined
3535
#ifdef THOUSANDS_SEP
36-
#undef THOUSANDS_SEP
36+
# undef THOUSANDS_SEP
3737
#endif
3838

3939
#ifdef _AIX
@@ -544,8 +544,7 @@ int main(int, char**)
544544
std::noshowbase(ios);
545545
}
546546
{ // negative, showbase
547-
std::wstring v =
548-
convert_thousands_sep(L"-1" THOUSANDS_SEP "234" THOUSANDS_SEP "567,89 \u20ac"); // EURO SIGN
547+
std::wstring v = convert_thousands_sep(L"-1" THOUSANDS_SEP "234" THOUSANDS_SEP "567,89 \u20ac"); // EURO SIGN
549548
std::showbase(ios);
550549
typedef cpp17_input_iterator<const wchar_t*> I;
551550
long double ex;

libcxx/test/std/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_long_double_fr_FR.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
// glibc <langinfo.h> has a THOUSANDS_SEP macro already defined
3636
#ifdef THOUSANDS_SEP
37-
#undef THOUSANDS_SEP
37+
# undef THOUSANDS_SEP
3838
#endif
3939

4040
#ifdef _AIX

0 commit comments

Comments
 (0)